Makes breadcrumbs sticky
In a dense folder, having to go back up to change the directory is time consuming : I propose to make the breadcrumbs sticky for practicity. Tested on mobile/tablet/desktop with chromium browser ( edge ), safari and firefox.
This commit is contained in:
parent
3a0dace9a9
commit
6945288b90
@ -72,6 +72,11 @@ nav > div {
|
||||
.breadcrumbs {
|
||||
border-color: var(--divider);
|
||||
color: var(--textPrimary) !important;
|
||||
position: -webkit-sticky !important;
|
||||
position: sticky !important;
|
||||
top: 64px;
|
||||
z-index: 1000;
|
||||
background: var(--background);
|
||||
}
|
||||
.breadcrumbs span {
|
||||
color: var(--textPrimary) !important;
|
||||
@ -208,4 +213,4 @@ table th {
|
||||
|
||||
.share__box__element {
|
||||
border-top-color: var(--divider);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user