fix: z-index of main

This commit is contained in:
Jean-Baptiste Pasquier 2020-05-26 15:13:16 +02:00
parent 94c8a9934d
commit 78833a2694
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
main {
display: flex;
z-index: 0;
overflow: hidden;
height: calc(100vh - 83px); /* 83px = height of the header */
position: relative;

View File

@ -137,6 +137,7 @@
sib-display.nosub>nav {
text-align: center;
overflow: hidden;
display: grid;
grid-template-columns: auto 50% auto;
grid-template-areas: "left middle right";