mirror of
https://github.com/stashapp/stash.git
synced 2025-12-26 02:04:12 +01:00
Remove max-height and sticky sidebar section headers
This commit is contained in:
parent
83a5af2738
commit
91ec37baf2
2 changed files with 8 additions and 4 deletions
|
|
@ -213,6 +213,10 @@ input[type="range"].zoom-slider {
|
|||
}
|
||||
}
|
||||
|
||||
.sidebar-saved-filter-list-container .saved-filter-list {
|
||||
max-height: unset;
|
||||
}
|
||||
|
||||
.sidebar-saved-filter-list-container .toolbar {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
|
@ -611,8 +615,6 @@ input[type="range"].zoom-slider {
|
|||
.sidebar-list-filter ul {
|
||||
list-style-type: none;
|
||||
margin-bottom: 0.25rem;
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
// to prevent unnecessary vertical scrollbar
|
||||
padding-bottom: 0.15rem;
|
||||
padding-inline-start: 0;
|
||||
|
|
|
|||
|
|
@ -859,9 +859,11 @@ button.btn.favorite-button {
|
|||
border-bottom: 1px solid $secondary;
|
||||
|
||||
.collapse-header {
|
||||
// background-color: $secondary;
|
||||
|
||||
background-color: $body-bg;
|
||||
padding: 0.25rem;
|
||||
position: sticky;
|
||||
top: -0.5rem;
|
||||
z-index: 1;
|
||||
|
||||
.collapse-button {
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue