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 {
|
#vtabs-content {
|
||||||
margin-left: 140px;
|
margin-left: 140px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher_container:before {
|
.switcher_container:before {
|
||||||
content: 'Theme';
|
content: 'Theme';
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher_container {
|
.switcher_container {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher_list {
|
.switcher_list {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher_label {
|
.switcher_label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue