]> cat aescling's git repositories - mastodon.git/commitdiff
Fix scrolling of dropdown when offscreen (#5434)
authorNolan Lawson <nolan@nolanlawson.com>
Tue, 17 Oct 2017 18:38:16 +0000 (11:38 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 17 Oct 2017 18:38:16 +0000 (20:38 +0200)
app/javascript/styles/basics.scss

index 43c32c8bc6a3f731b1c2546035c8ee068941423d..b5d77ff63bc541271e51348df9a6a42aca7a62fa 100644 (file)
@@ -30,7 +30,7 @@ body {
   }
 
   &.app-body {
-    position: fixed;
+    position: absolute;
     width: 100%;
     height: 100%;
     padding: 0;