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;