summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/style.css b/frontend/style.css
index aa772ab..d3fa92c 100644
--- a/frontend/style.css
+++ b/frontend/style.css
@@ -18,6 +18,7 @@ input {
#docset-table {
border-top: solid;
+ width: 100%;
}
#header {
@@ -35,6 +36,6 @@ input {
#sidebar {
border-right: solid;
- display: inline-grid;
height: 100vh;
+ overflow: scroll;
}