diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 03:34:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 03:34:56 +0900 |
| commit | e404e5e2deb99f3057fe87d3c45cbf1986321a9f (patch) | |
| tree | 4d626d15ac38b8b16c391047a240b4eabc2e30c4 /src/client/ui | |
| parent | Tweak UI (diff) | |
| download | sharkey-e404e5e2deb99f3057fe87d3c45cbf1986321a9f.tar.gz sharkey-e404e5e2deb99f3057fe87d3c45cbf1986321a9f.tar.bz2 sharkey-e404e5e2deb99f3057fe87d3c45cbf1986321a9f.zip | |
Tweak UI
Diffstat (limited to 'src/client/ui')
| -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; |