server-page: Add overflow for smaller window.

This commit is contained in:
Akash Nimare
2018-03-23 00:26:24 +05:30
parent 4840cbe043
commit 2b6e76d5cd

View File

@@ -477,6 +477,7 @@ input.toggle-round:checked+label:after {
height: 100%;
/* background: rgba(61, 64, 67, 15); */
background: linear-gradient(35deg, #003b52, #45b59b);
overflow: auto;
}