Adjust story buttons to not overlap window drag region
This commit is contained in:
parent
3b1dacd203
commit
f98203aba6
1 changed files with 4 additions and 1 deletions
|
@ -362,8 +362,11 @@
|
|||
& {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: var(--title-bar-drag-area-height);
|
||||
bottom: 0;
|
||||
// To keep contents vertically centered in the window
|
||||
padding-block-end: var(--title-bar-drag-area-height);
|
||||
width: 25%;
|
||||
z-index: variables.$z-index-above-above-base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue