mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Put controls above the text editor menubar
Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
9603069cc7
commit
c44c643a08
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ body {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: var(--color-main-background-translucent);
|
||||
z-index: 61; /* must be above the filelist sticky header */
|
||||
z-index: 62; /* must be above the filelist sticky header and texteditor menubar */
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue