Fix settings content not visible on large font sizes (#2940)

This commit is contained in:
Christian Byrne
2025-03-09 10:48:27 -07:00
committed by GitHub
parent 72994621a6
commit 496abfde53

View File

@@ -289,7 +289,7 @@ watch(activeCategory, (_, oldValue) => {
display: flex;
height: 70vh;
width: 60vw;
max-width: 1024px;
max-width: 64rem;
overflow: hidden;
}