mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
fix library not scrolling
This commit is contained in:
parent
9bb886e9a8
commit
d56ff035b0
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ Assets chooser
|
|||
margin: ${css_vh(0.00)};
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: ${css_vh(88.28)};
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
*.scrollarea{
|
||||
|
|
Loading…
Reference in a new issue