diff options
Diffstat (limited to 'src/client/ui/universal.vue')
| -rw-r--r-- | src/client/ui/universal.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/ui/universal.vue b/src/client/ui/universal.vue index 1387b02b2c..3e2ee28817 100644 --- a/src/client/ui/universal.vue +++ b/src/client/ui/universal.vue @@ -259,6 +259,7 @@ export default defineComponent({ > .contents { width: 100%; min-width: 0; + --stickyTop: #{$header-height}; &.withHeader { padding-top: $header-height; |