try to hide every scrollbar in the world

This commit is contained in:
Chris Wanstrath 2025-09-29 18:01:25 -07:00
parent 67932e954f
commit e9ff61fe2e

View File

@ -111,6 +111,7 @@ main {
image-rendering: pixelated;
transform-origin: center center;
overflow-y: hidden;
}
body[data-mode=tall] #content {