Browse Source

fix(getting_started): Scroll on mobile (#4312)

master
Sorin Davidoi 6 years ago
committed by Eugen Rochko
parent
commit
ff26b72333
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/components.scss

+ 1
- 1
app/javascript/styles/components.scss View File

@@ -1856,7 +1856,7 @@

.getting-started__wrapper {
position: relative;
flex: 0 0 auto;
overflow-y: scroll;
}

.getting-started__footer {


Loading…
Cancel
Save