Style fix

This commit is contained in:
2015-09-30 23:19:09 +02:00
parent 974e969fb8
commit cf06a7c0f5

View File

@@ -75,7 +75,7 @@ h3 {
.divContent {
padding: 1px;
box-shadow: 0 0 10px black inset;
min-height: calc(100% - 40px);
min-height: calc(100% - 41px);
overflow: auto;
}