mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
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:
parent
335f373dd1
commit
9b8962ebeb
4 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue