fix: Mobile dropdown positioning

This commit is contained in:
Rene Hampölz 2023-06-14 20:33:10 +00:00
parent 819147246f
commit 75fb5170c1

View file

@ -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;