This commit is contained in:
syuilo 2023-03-10 14:07:34 +09:00
parent c0bad443ff
commit 66aef2e716
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ const showContent = $ref(false);
width: 34px;
height: 34px;
border-radius: 8px;
position: sticky !important;
top: calc(16px + var(--stickyTop, 0px));
left: 0;
}
.main {