Skip to content

Commit

Permalink
RichtextArea: fix submenu not showing at the right position
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Aug 9, 2024
1 parent 2857e76 commit 84ceddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/django-formset/RichtextArea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
& + ul[role="menu"] {
display: none;
position: fixed;
position: absolute;
width: max-content;
top: 0;
left: 0;
Expand Down

0 comments on commit 84ceddd

Please sign in to comment.