logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 2e10c1b0a3513070ea89e3b6cc461b645ab0bfa5
parent e744775ce8a5ca5f5fbad63e207ce75dbde04e63
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 11 Apr 2022 23:54:44 +0300

enforce scroll to avoid jumpiness

Diffstat:

Msrc/App.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -20,6 +20,7 @@ body { -moz-osx-font-smoothing: grayscale; overscroll-behavior-y: none; overflow-x: clip; + overflow-y: scroll; &.hidden { display: none;