forked from tangled.org/core
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>

authored by oppi.li and committed by Tangled 7cb4083d 2108b72f

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