This commit is contained in:
parent
18611ab521
commit
e2f3091778
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue