Remove scrollbars from svg

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:29 -07:00
parent d6bb247699
commit 6990e20e15

View File

@ -1,3 +1,7 @@
svg {
overflow: hidden;
}
image { image {
image-rendering: pixelated; image-rendering: pixelated;
} }