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
parent a8af3310b4
commit c089192904
2 changed files with 8 additions and 0 deletions

View File

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