diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 12:04:09 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 16:07:14 -0300 |
commit | ed04465c9a85fd8bab4dd860aed2f1a14d755b25 (patch) | |
tree | b960a5526053fe41bcf62c79cdd9e8fef96e68f0 /web-ui/app | |
parent | 409e6d2164ea30859d73d4a120b63829d0113a76 (diff) |
Fixing style guide sections overflow issue
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index fc5b26bc..6c8cf469 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -34,6 +34,7 @@ section.guide-section { display: block; height: 300px; padding-top: 50px; + overflow-y: auto; &:nth-child(even) { background: white |