1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

fix: remove redundant log and display in parent of overflow

This commit is contained in:
Jacky Zhao
2025-03-30 18:15:07 -07:00
parent 9ee6fe15fd
commit d6f69e830c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -554,7 +554,6 @@ video {
}
div:has(> .overflow) {
display: flex;
max-height: 100%;
overflow-y: hidden;
}