fix: 💄 calc style
This commit is contained in:
parent
dcbeea5404
commit
163a826af5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.7-rc.1",
|
||||
"version": "12.119.0-calc.7-rc.2",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -432,7 +432,7 @@ function readPromo() {
|
||||
width: 58px;
|
||||
height: 58px;
|
||||
position: sticky;
|
||||
top: calc(22px + var(--stickyTop, 0px));
|
||||
top: var(--stickyTop, 0px);
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user