forked from cybrespace/mastodon
Fix scrolling of dropdown when offscreen (#5434)
This commit is contained in:
parent
05686cc99d
commit
8b22a63ab0
|
@ -30,7 +30,7 @@ body {
|
|||
}
|
||||
|
||||
&.app-body {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue