mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-21 04:41:23 +08:00
Updated dropdown search boxe positions to align with other dropdowns
This commit is contained in:
@ -739,7 +739,9 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 80;
|
z-index: 80;
|
||||||
right: -$-m;
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
margin-top: $-m;
|
||||||
@include rtl {
|
@include rtl {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: -$-m;
|
left: -$-m;
|
||||||
|
Reference in New Issue
Block a user