Prevent question menu icon and menu itself overlapping top right actions

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-22 20:35:55 +02:00
parent 4a31509447
commit 2b9b7bd895
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -39,7 +39,7 @@ $top-bar-height: 60px;
.top-bar {
position: sticky;
z-index: 10;
z-index: 100;
top: var(--header-height);
display: flex;
align-items: center;