abbadon1334 / atk4-trumbowyg

ATK4 Textarea powered by JS library Trumbowyg
2 stars 2 forks source link

z-index wrong for modal ATK4 css in Trumbowyg #5

Open mkrecek234 opened 4 years ago

mkrecek234 commented 4 years ago

Problem: E.g. dropdowns of fields above the text editor are painted below the trumbowyg icon bar pane. Solved by this CSS overlay:

.trumbowyg-button-pane { z-index: 2; }

abbadon1334 commented 3 years ago

@mkrecek234 if you have time, can you check the actual releases for this problem?