diff options
Diffstat (limited to 'quotes')
-rw-r--r-- | quotes/public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quotes/public/style.css b/quotes/public/style.css index 0336774..a4e85ea 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -15,7 +15,7 @@ div { main { position: absolute; max-height: 80%; - overflow-y: scroll; + overflow-y: auto; width: 30%; left: 50%; top: 50%; |