0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 12:20:21 +00:00

Updated dropdown search boxe positions to align with other dropdowns

This commit is contained in:
Dan Brown 2022-05-14 14:19:54 +01:00
parent 6fa699a835
commit 9fda0df798
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

@ -739,7 +739,9 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
display: none;
position: absolute;
z-index: 80;
right: -$-m;
right: 0;
top: 0;
margin-top: $-m;
@include rtl {
right: auto;
left: -$-m;