Fix calling container top for custom titlebar
This commit is contained in:
parent
7a3d9f6867
commit
62040e5c1a
1 changed files with 1 additions and 1 deletions
|
@ -3600,7 +3600,7 @@ button.module-image__border-overlay:focus {
|
|||
position: fixed;
|
||||
/* stylelint-disable-next-line liberty/use-logical-spec */
|
||||
left: 0;
|
||||
top: 0;
|
||||
top: var(--titlebar-height);
|
||||
width: 100%;
|
||||
z-index: $z-index-calling;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue