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

master
Sorin Davidoi 7 years ago committed by Eugen Rochko
parent 07d93716aa
commit de105d64d5
  1. 2
      app/javascript/styles/components.scss

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

Loading…
Cancel
Save