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:
Carl Schwan 2021-08-12 19:22:02 +02:00
parent 9603069cc7
commit c44c643a08
No known key found for this signature in database
GPG key ID: 06B35D38387B67BE

View file

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