New: Removed the gap between the backdrop and the top of screen on phones
This commit is contained in:
parent
a9d9df70fe
commit
39d1bc7d28
1 changed files with 3 additions and 1 deletions
|
|
@ -622,7 +622,9 @@ html {
|
|||
}
|
||||
|
||||
.layout-mobile .itemBackdrop {
|
||||
margin-top: 3.5em;
|
||||
margin-top: 0;
|
||||
position: sticky;
|
||||
top: -10%;
|
||||
}
|
||||
|
||||
.layout-tv .itemBackdrop {
|
||||
|
|
|
|||
Loading…
Reference in a new issue