kartik-v / yii2-editors

Yii2 editor widgets Summernote and Codemirror.
Other
22 stars 7 forks source link

summernote editor overlapping #18

Closed baltechies closed 1 year ago

baltechies commented 1 year ago

I am using Yii2 advance latest version 2.0.47. Bootstrap 5. I have installed this and found that its overlapping other fields in form.

Any help?

Screenshot 2023-05-10 at 1 08 54 PM
gs63875 commented 1 year ago

I am facing same issue. can you please have look @kartik-v @pappfer @gugoan

image

baltechies commented 1 year ago

I am facing same issue. can you please have look @kartik-v @pappfer @gugoan

image

I was able to resolve this by adding some style. @gs63875 You can add following style to site.css file.

.form-control.kv-editor-container{
    height: auto;
    padding:0;
}
gs63875 commented 1 year ago

Works for me too. Thank you @baltechies

asadbekkuz commented 1 year ago

I've a same problem with this. Just add Works for me too. Thank you @baltechies

I am facing same issue. can you please have look @kartik-v @pappfer @gugoan image

I was able to resolve this by adding some style. @gs63875 You can add following style to site.css file.

.form-control.kv-editor-container{
    height: auto;
    padding:0;
}

I've a same problem. And work to me. Thank you