diff options
author | Marvin Borner | 2020-10-10 11:14:10 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 11:14:10 +0200 |
commit | f91f414f3ecac85c2b3a44193fadda3d79cd600c (patch) | |
tree | ff8910b52088a35502898ffa56c7d06333a4013c /quotes | |
parent | 68b06d4cdd24607cee4f016425c4380aea6d556d (diff) |
Frontend improvements
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%; |