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);
|
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);
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user