Commit 5473beb8 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Change calc height to `-62px`.

parent 70949b87
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
} }
.blob-viewer-container { .blob-viewer-container {
height: calc(100vh - 63px); height: calc(100vh - 62px);
overflow: auto; overflow: auto;
} }
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
} }
.render-error { .render-error {
min-height: calc(100vh - 63px); min-height: calc(100vh - 62px);
p { p {
width: 100%; width: 100%;
......
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