mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-04 00:09:58 +00:00
Updated dropdown search boxe positions to align with other dropdowns
This commit is contained in:
parent
6fa699a835
commit
9fda0df798
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue