Fix text selection in dark mode and modal view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-04-28 13:40:55 +02:00
committed by backportbot-nextcloud[bot]
parent 25dd71ba04
commit f3ad2a3709
2 changed files with 8 additions and 0 deletions

View File

@@ -226,6 +226,8 @@ export default {
padding: 0 14px;
max-height: 100%;
overflow: initial;
user-select: text;
-webkit-user-select: text;
&::v-deep {
.app-sidebar-header {