diff options
author | LarsVomMars | 2020-10-10 11:41:30 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 11:41:30 +0200 |
commit | 2d93f2db26b7b8ef99264b158553c880bc205f42 (patch) | |
tree | bcae1e9a78962ac85bc036b22bae985ba6d0d936 /quotes/public/style.css | |
parent | e6626356d90fcc58db1dbfad35211c0b3a103aa7 (diff) | |
parent | 7a4ade2036140203cee39cc7622f835114862515 (diff) |
Merge branch 'master' of github.com:marvinborner/abizeugs into profile
Diffstat (limited to 'quotes/public/style.css')
-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%; |