This commit is contained in:
tamaina 2023-07-19 05:14:42 +00:00
parent 18611ab521
commit e2f3091778

View file

@ -198,7 +198,7 @@ defineExpose({
<style lang="scss" module>
.new {
position: sticky;
top: calc(var(--stickyTop, 0px) + 16px);
top: calc(var(--stickyTop, 0px) + 12px);
z-index: 1000;
width: 100%;
margin: calc(-0.675em - 8px) 0;