1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 06:48:28 +09:00

Fix scrolling of dropdown when offscreen (#5434)

This commit is contained in:
Nolan Lawson 2017-10-17 11:38:16 -07:00 committed by Eugen Rochko
parent 05686cc99d
commit 8b22a63ab0

View File

@ -30,7 +30,7 @@ body {
}
&.app-body {
position: fixed;
position: absolute;
width: 100%;
height: 100%;
padding: 0;