This commit is contained in:
41666 2017-12-20 01:13:34 -06:00
parent 5510d5a1c4
commit 3d541ac480
11 changed files with 108 additions and 42 deletions

View file

@ -1,6 +1,6 @@
.servers
$fullH: calc(100vh - 75px)
$fullH: calc(100vh - 180px)
display: grid
grid-template-rows: 100px $fullH
@ -19,3 +19,4 @@
background-color: var(--c-3)
padding: 15px
overflow-y: scroll
box-sizing: border-box