fix: can't click on slider of recent blocks on desktop

This commit is contained in:
Tienson Qin
2024-12-04 14:26:37 +08:00
parent 4968ceddc5
commit 4c8a611224
2 changed files with 9 additions and 7 deletions

View File

@@ -327,9 +327,14 @@ html.is-zoomed-native-ios {
-webkit-app-region: drag;
}
.recent-slider {
user-select: initial;
-webkit-app-region: no-drag
}
/* TODO: remote for prod */
.theme-container-inner:not(.ls-left-sidebar-open) {
.cp__header > .l {
min-width: auto;
}
}
}