]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6fa699a
)
Updated dropdown search boxe positions to align with other dropdowns
author
Dan Brown
<redacted>
Sat, 14 May 2022 13:19:54 +0000
(14:19 +0100)
committer
Dan Brown
<redacted>
Sat, 14 May 2022 13:19:54 +0000
(14:19 +0100)
resources/sass/_components.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_components.scss
b/resources/sass/_components.scss
index adb2aabe092a0dd55a72686f1d61d35dd65c1850..0d21fbc0a7bb682f07d311f11f02abc936ceefa7 100644
(file)
--- a/
resources/sass/_components.scss
+++ b/
resources/sass/_components.scss
@@
-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;