diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 17:55:48 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 17:55:48 -0700 |
commit | 3a99552f0cbfd21964cef1c7962379c19f1f98de (patch) | |
tree | 88178448ed49daaf63ebfe3610b02e6083572d8e /app | |
parent | 22cc5c0dec37e8bf59dda9b9757f2507517818fc (diff) |
Fixed bad drawer custom.css
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/custom.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 1e713d2d1..5144e4fb6 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -58,10 +58,6 @@ overflow: visible; } -.drawer__pager { - overflow-y:auto; -} - .column { // trying to fix @mdhughes safari problem max-height:100vh; |