Fix calling container top for custom titlebar

This commit is contained in:
ayumi-signal 2023-12-05 11:47:01 -08:00 committed by GitHub
parent 7a3d9f6867
commit 62040e5c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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