That overflow-x is odd

This commit is contained in:
2025-01-22 10:14:52 +11:00
parent b1a08289e2
commit 1a3d08958b

View File

@@ -3,3 +3,7 @@
display: none !important; display: none !important;
} }
} }
.ui.segment {
overflow-x: unset;
}