mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Mobile dropdown positioning
This commit is contained in:
parent
5cd879484a
commit
d197636eda
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue