Commit 8c910878 authored by Clement Ho's avatar Clement Ho

Fix repo editor sidebar height

parent 21b820c4
......@@ -211,10 +211,14 @@
vertical-align: top;
width: 20%;
border-right: 1px solid $white-normal;
height: 100vh;
height: calc(100vh + 20px);
overflow: auto;
}
table {
margin-bottom: 0;
}
tr {
animation: fadein 0.5s;
cursor: pointer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment