summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/classic.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/ui/classic.vue')
-rw-r--r--packages/frontend/src/ui/classic.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/frontend/src/ui/classic.vue b/packages/frontend/src/ui/classic.vue
index c4239fc9db..8f06f66012 100644
--- a/packages/frontend/src/ui/classic.vue
+++ b/packages/frontend/src/ui/classic.vue
@@ -253,9 +253,13 @@ onMounted(() => {
}
> .widgets {
- //--panelBorder: none;
+ position: sticky;
+ top: 0;
width: 300px;
- padding-bottom: calc(var(--margin) + env(safe-area-inset-bottom, 0px));
+ height: 100%;
+ padding-top: 16px;
+ box-sizing: border-box;
+ overflow: auto;
@media (max-width: $widgets-hide-threshold) {
display: none;