This commit is contained in:
parent
c0bad443ff
commit
66aef2e716
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue