refactor: use shorthand property for sticky positioning of background svg
This commit is contained in:
parent
1707b6f4af
commit
69182778c9
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ main {
|
|||
|
||||
content: "";
|
||||
position: sticky;
|
||||
right: 0;
|
||||
bottom: var(--navigation-cutout-page-background);
|
||||
left: 0;
|
||||
inset: auto 0 var(--navigation-cutout-page-background) 0;
|
||||
|
||||
height: var(--page-background-image-height);
|
||||
max-height: var(--page-background-image-max-height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue