🎨
This commit is contained in:
parent
18611ab521
commit
e2f3091778
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ defineExpose({
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.new {
|
.new {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--stickyTop, 0px) + 16px);
|
top: calc(var(--stickyTop, 0px) + 12px);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: calc(-0.675em - 8px) 0;
|
margin: calc(-0.675em - 8px) 0;
|
||||||
|
|
Loading…
Reference in a new issue