fix(getting_started): Scroll on mobile (#4312)
This commit is contained in:
parent
6803935c4d
commit
ff26b72333
|
@ -1856,7 +1856,7 @@
|
||||||
|
|
||||||
.getting-started__wrapper {
|
.getting-started__wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 0 0 auto;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.getting-started__footer {
|
.getting-started__footer {
|
||||||
|
|
Loading…
Reference in New Issue