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
819147246f
commit
75fb5170c1
1 changed files with 11 additions and 0 deletions
|
|
@ -881,6 +881,13 @@ input[type="checkbox"] {
|
|||
border-bottom-right-radius: inherit;
|
||||
}
|
||||
|
||||
.rl-left-panel-disabled #rl-app .dropdown-menu {
|
||||
position: fixed;
|
||||
top: auto;
|
||||
left: auto;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #region dropdown account */
|
||||
|
|
@ -1735,6 +1742,10 @@ html.sm-msgView-bottom #rl-app .messageView {
|
|||
border-color: var(--nc-color-border);
|
||||
}
|
||||
|
||||
.rl-left-panel-disabled #rl-app #messageItem .dropdown-menu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#rl-app #messageItem .readReceipt,
|
||||
#rl-app #messageItem .showImages {
|
||||
margin: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue