summaryrefslogtreecommitdiff
path: root/src/client/components/ui
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-12 13:20:04 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-12 13:20:04 +0900
commitf22d5aa46d8ce23c0e7dac118db5bb5600a669c7 (patch)
tree61267c54656acd813fc002cb296776e836363e27 /src/client/components/ui
parentTweak UI (diff)
downloadsharkey-f22d5aa46d8ce23c0e7dac118db5bb5600a669c7.tar.gz
sharkey-f22d5aa46d8ce23c0e7dac118db5bb5600a669c7.tar.bz2
sharkey-f22d5aa46d8ce23c0e7dac118db5bb5600a669c7.zip
Tweak UI
Diffstat (limited to 'src/client/components/ui')
-rw-r--r--src/client/components/ui/container.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/components/ui/container.vue b/src/client/components/ui/container.vue
index 6a571f6e65..19bb23f595 100644
--- a/src/client/components/ui/container.vue
+++ b/src/client/components/ui/container.vue
@@ -116,7 +116,7 @@ export default defineComponent({
.ukygtjoj {
position: relative;
- overflow: hidden;
+ overflow: clip;
&.naked {
background: transparent !important;
@@ -133,7 +133,9 @@ export default defineComponent({
}
> header {
- position: relative;
+ position: sticky;
+ top: var(--stickyTop, 0px);
+ left: 0;
color: var(--panelHeaderFg);
background: var(--panelHeaderBg);
border-bottom: solid 0.5px var(--panelHeaderDivider);