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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user