fix(frontend): merge duplicate sidebar sticky rules
This commit is contained in:
parent
0af49f91b7
commit
2e7075adf1
1 changed files with 1 additions and 7 deletions
|
|
@ -986,13 +986,7 @@ a:focus-visible {
|
||||||
align-items: start;
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.results-layout .left-sidebar {
|
.results-layout .left-sidebar,
|
||||||
position: sticky;
|
|
||||||
top: calc(var(--header-height) + 1.5rem);
|
|
||||||
max-height: calc(100vh - var(--header-height) - 3rem);
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.results-layout .right-sidebar {
|
.results-layout .right-sidebar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--header-height) + 1.5rem);
|
top: calc(var(--header-height) + 1.5rem);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue