1
0
Fork 0

Phi: Scroll content container

only scroll content container, not the entire page
This commit is contained in:
Torsten Dreyer 2015-02-16 15:18:42 +01:00
parent a03abf09ef
commit c02750e228

View file

@ -200,7 +200,8 @@ html, body, #wrapper {
#vtabs-content {
margin-left: 140px;
padding: 5px;
overflow: scroll;
overflow: auto;
height: 100%;
}
.switcher_container:before {
@ -213,9 +214,11 @@ html, body, #wrapper {
padding-right: 5px;
float: right;
}
.switcher_list {
padding: 2px;
}
.switcher_label {
display: none;
}