fix: Mobile dropdown positioning

This commit is contained in:
Rene Hampölz 2023-06-17 18:29:57 +00:00
parent 5cd879484a
commit d197636eda

View file

@ -888,11 +888,11 @@ input[type="checkbox"] {
border-bottom-right-radius: inherit;
}
.rl-left-panel-disabled #rl-app .dropdown-menu {
.rl-left-panel-disabled #rl-app .dropdown-menu:not(.right-edge) {
position: fixed;
top: auto;
left: auto;
right: 5px;
left: 5px;
right: auto;
}
/* #endregion */