mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -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: ${css_vh(0.00)};
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
height: ${css_vh(88.28)};
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
*.scrollarea{
|
*.scrollarea{
|
||||||
|
|
Loading…
Reference in a new issue