fixes #3794 by not making everything 100% height

This commit is contained in:
Matt Sanders 2016-08-05 17:12:18 +12:00
parent 95146e7820
commit ef7b9aa3aa
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#components-documentation-view
background-color: #e4cf8c
height: 100%
height: calc(100% - 90px)
#toggle-all-component-code
margin: 10px

View file

@ -144,12 +144,12 @@ block outer_content
div.tab-pane#related-achievements-view
div.tab-pane#editor-level-documentation
ul.nav.nav-pills.nav-justified
li
a(href="#components-documentation-view", data-toggle="pill", data-i18n="resources.components") Components
li
a(href="#systems-documentation-view", data-toggle="pill", data-i18n="resources.systems") Systems
div.tab-content
ul.nav.nav-pills.nav-justified
li
a(href="#components-documentation-view", data-toggle="pill", data-i18n="resources.components") Components
li
a(href="#systems-documentation-view", data-toggle="pill", data-i18n="resources.systems") Systems
div.tab-pane#components-documentation-view
div.tab-pane#systems-documentation-view