fix: add overflow hidden back to accordion-collapse

this fix makes svelecte dropdowns' positions static, so they expand the container they're in when opened. if this causes trouble i might change it in the future
This commit is contained in:
Spectralitree
2021-12-31 13:33:01 +01:00
parent 335f373dd1
commit 9b8962ebeb
4 changed files with 8 additions and 6 deletions

View File

@@ -90,10 +90,6 @@ code {
display: none;
}
.accordion-collapse {
overflow: visible !important;
}
.pagination {
justify-content: center !important;
}
@@ -112,6 +108,12 @@ code {
background-color: var(--bs-body-bg) !important;
}
.sv-dropdown {
position: static !important;
border: 1px solid rgba(128, 128, 128, 0.3) !important;
margin-bottom: 0.5rem;
}
.sv-item-btn {
background-color: var(--bs-light) !important;
}