Allow scrolling on .settings-content (#3427)

Co-authored-by: Benjamin Lu <templu1107@proton.me>
This commit is contained in:
Benjamin Lu
2025-04-12 16:58:08 -04:00
committed by GitHub
parent ec8e55c1c1
commit 731ce8599d

View File

@@ -293,6 +293,10 @@ watch(activeCategory, (_, oldValue) => {
overflow: hidden;
}
.settings-content {
overflow-x: auto;
}
@media (max-width: 768px) {
.settings-container {
flex-direction: column;