Browse Source

fix(getting_started): No scrollbar if not needed (#4350)

pull/4/head
Sorin Davidoi 6 years ago
committed by Eugen Rochko
parent
commit
de105d64d5
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

@ -1878,7 +1878,7 @@
.getting-started__wrapper {
position: relative;
overflow-y: scroll;
overflow-y: auto;
}
.getting-started__footer {

Loading…
Cancel
Save