fix nav menu toggle position, sticky positon breadcrumbs

This commit is contained in:
Jonas Heinrich 2021-03-08 14:05:56 +01:00
parent a586eddaf5
commit d83868600f
2 changed files with 6 additions and 2 deletions

View File

@ -172,7 +172,7 @@ table {
background-color: var(--color-main-background-translucent); background-color: var(--color-main-background-translucent);
z-index: 60; z-index: 60;
position: sticky; position: sticky;
top: 50px; top: 93px;
th { th {
border-bottom: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border);

View File

@ -198,8 +198,12 @@ export default {
.controls { .controls {
position: sticky; position: sticky;
display: flex;
justify-content: flex-start; justify-content: flex-start;
display: flex;
top: 50px;
margin-bottom: -2px;
z-index: 60;
background-color: var(--color-main-background-translucent);
} }
.breadcrumb { .breadcrumb {