Vier: Improved scrollbar when the "aside" area is to short.

This commit is contained in:
Michael Vogel 2013-10-04 11:12:29 +02:00
parent d126924ae0
commit 8adc1bd703
1 changed files with 5 additions and 3 deletions

View File

@ -863,19 +863,21 @@ aside {
/* display: table-cell; */ /* display: table-cell; */
vertical-align: top; vertical-align: top;
width: 185px; width: 185px;
padding: 32px 10px 10px 20px; /* padding: 32px 10px 10px 20px; */
padding: 10px 10px 0px 20px;
/* border-right: 1px solid #D2D2D2; */ /* border-right: 1px solid #D2D2D2; */
/* background-color: #ECECF2; */ /* background-color: #ECECF2; */
background-color: #F2F2F2; background-color: #F2F2F2;
font-size: 13px; font-size: 13px;
/* background: #F1F1F1; */ /* background: #F1F1F1; */
top: 0px; /* top: 0px; */
top: 32px;
overflow-y: auto; overflow-y: auto;
z-index: 2; z-index: 2;
position: fixed; position: fixed;
/* overflow: auto; */ /* overflow: auto; */
height: 100%; height: calc(100% - 42px);
/* overflow: scroll; */ /* overflow: scroll; */
} }
aside .vcard .fn { aside .vcard .fn {