Phi: Scroll content container
only scroll content container, not the entire page
This commit is contained in:
parent
a03abf09ef
commit
c02750e228
1 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue