[fix] Visible scrollbars

This commit is contained in:
brunosimon
2016-10-24 19:31:33 +02:00
parent 71b6cc44f2
commit 41b784a399
2 changed files with 7 additions and 6 deletions
File diff suppressed because one or more lines are too long
+6 -5
View File
@@ -90,8 +90,8 @@ body.project
position absolute position absolute
top 115px top 115px
left 0 left 0
bottom 95px bottom 90px
width calc(100% + 15px) width calc(100% + 20px)
overflow-y scroll overflow-y scroll
overflow-x scroll overflow-x scroll
@@ -337,6 +337,7 @@ body.project
height 30px height 30px
background #4d5b8d background #4d5b8d
text-align center text-align center
z-index 1
.content .content
line-height 30px line-height 30px
@@ -372,7 +373,7 @@ body.project
top 0 top 0
left 0 left 0
bottom 0 bottom 0
width 215px width 220px
padding-bottom 5px padding-bottom 5px
background #4d5b8d background #4d5b8d
overflow-y scroll overflow-y scroll
@@ -463,8 +464,8 @@ body.project
section.code section.code
position absolute position absolute
top 30px top 30px
right -15px right -20px
bottom -15px bottom -20px
left 200px left 200px
background #31344a background #31344a
overflow-y scroll overflow-y scroll