mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 20:45:13 +00:00
🎨
This commit is contained in:
parent
c0bad443ff
commit
66aef2e716
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ const showContent = $ref(false);
|
||||||
width: 34px;
|
width: 34px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
position: sticky !important;
|
||||||
|
top: calc(16px + var(--stickyTop, 0px));
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
|
Loading…
Reference in a new issue