logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8b22a63ab0bf68dce3d7f721987da7c99afff44c
parent: 05686cc99d409739ae470e2c2b00796f413ae40b
Author: Nolan Lawson <nolan@nolanlawson.com>
Date:   Tue, 17 Oct 2017 11:38:16 -0700

Fix scrolling of dropdown when offscreen (#5434)


Diffstat:

Mapp/javascript/styles/basics.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/styles/basics.scss b/app/javascript/styles/basics.scss @@ -30,7 +30,7 @@ body { } &.app-body { - position: fixed; + position: absolute; width: 100%; height: 100%; padding: 0;