Solution 1 :

You could remove <div class="col-12 fixed-bottom"> it can’t be done other way if you are telling the code to always place it in the bottom

Solution 2 :

Solved.
If modal is in a div with position fixed bottom it will be stuck. So, saved outside the div.

$('.note-modal').appendTo("body");

Problem :

I have summernote with position fixed bottom.

Link code: https://pastebin.com/raw/NDu97cRY

When i run this code, my modal stuck. do you have any suggestions?

Comments

Comment posted by How to produce minimal, reproducible example

Welcome to stack overflow, please provide a minimal reproducible example. See here-

By