this repo has no description

appview: prevent content shift when content overflows

in profile pages, when expanding activities, it can cause a page to
begin overflowing. this settings reserves space for the scrollbar
upfront.

Signed-off-by: oppiliappan <me@oppi.li>

Changed files
+1
+1
input.css
··· 41 @layer base { 42 html { 43 font-size: 14px; 44 } 45 @supports (font-variation-settings: normal) { 46 html {
··· 41 @layer base { 42 html { 43 font-size: 14px; 44 + scrollbar-gutter: stable; 45 } 46 @supports (font-variation-settings: normal) { 47 html {