Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Put controls above the text editor menubar
Otherwise this will creates a minor visual glitch when nextcloud/text#1821
will get merged.

Signed-off-by: Carl Schwan <[email protected]>
  • Loading branch information
CarlSchwan committed Aug 12, 2021
commit c44c643a08e98c193252ed39a2efaf5625edab00
2 changes: 1 addition & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down