From c44c643a08e98c193252ed39a2efaf5625edab00 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 12 Aug 2021 19:22:02 +0200 Subject: 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 --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 648de69c88a..36da94a2e2b 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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; -- cgit v1.2.3