Browse Source

Fix scrolling of dropdown when offscreen (#5434)

pull/4/head
Nolan Lawson 6 years ago
committed by Eugen Rochko
parent
commit
8b22a63ab0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/basics.scss

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

@ -30,7 +30,7 @@ body {
}
&.app-body {
position: fixed;
position: absolute;
width: 100%;
height: 100%;
padding: 0;

Loading…
Cancel
Save