refactor: use shorthand property for sticky positioning of background svg

This commit is contained in:
Sebin Nyshkim 2023-03-23 13:55:10 +01:00
parent 1707b6f4af
commit 69182778c9

View file

@ -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);