]> BookStack Code Mirror - bookstack/commitdiff
Updated dropdown search boxe positions to align with other dropdowns
authorDan Brown <redacted>
Sat, 14 May 2022 13:19:54 +0000 (14:19 +0100)
committerDan Brown <redacted>
Sat, 14 May 2022 13:19:54 +0000 (14:19 +0100)
resources/sass/_components.scss

index adb2aabe092a0dd55a72686f1d61d35dd65c1850..0d21fbc0a7bb682f07d311f11f02abc936ceefa7 100644 (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;