appview: prevent content shift when content overflows
in profile pages, when expanding activities, it can cause a page tobegin overflowing. this settings reserves space for the scrollbarupfront.Signed-off-by: oppiliappan <me@oppi.li>
oppi.li 6 months ago 6efdf3a6 2108b72f
··· 41 @layer base { 42 html { 43 font-size: 14px; 0 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 {