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,24 +200,27 @@ html, body, #wrapper {
#vtabs-content {
margin-left: 140px;
padding: 5px;
overflow: scroll;
overflow: auto;
height: 100%;
}
.switcher_container:before {
content: 'Theme';
padding-right: 0.5em;
color: white;
content: 'Theme';
padding-right: 0.5em;
color: white;
}
.switcher_container {
padding-right: 5px;
float: right;
padding-right: 5px;
float: right;
}
.switcher_list {
padding: 2px;
padding: 2px;
}
.switcher_label {
display: none;
display: none;
}
</style>