fix nav menu toggle position, sticky positon breadcrumbs
This commit is contained in:
parent
a586eddaf5
commit
d83868600f
@ -172,7 +172,7 @@ table {
|
||||
background-color: var(--color-main-background-translucent);
|
||||
z-index: 60;
|
||||
position: sticky;
|
||||
top: 50px;
|
||||
top: 93px;
|
||||
|
||||
th {
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
|
@ -198,8 +198,12 @@ export default {
|
||||
|
||||
.controls {
|
||||
position: sticky;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
display: flex;
|
||||
top: 50px;
|
||||
margin-bottom: -2px;
|
||||
z-index: 60;
|
||||
background-color: var(--color-main-background-translucent);
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
|
Loading…
Reference in New Issue
Block a user