From cdd588607bc63b65217f87f75ab22bad9fd0fc1c Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 6 Apr 2023 19:58:45 -0700 Subject: Small css improvements --- frontend/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend') 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; } -- cgit