aboutsummaryrefslogtreecommitdiff
path: root/quotes/public/style.css
diff options
context:
space:
mode:
authorLarsVomMars2020-10-10 11:41:06 +0200
committerLarsVomMars2020-10-10 11:41:06 +0200
commit7a4ade2036140203cee39cc7622f835114862515 (patch)
treee0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /quotes/public/style.css
parentba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff)
parentad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff)
Merge branch 'master' of github.com:marvinborner/abizeugs into master
Diffstat (limited to 'quotes/public/style.css')
-rw-r--r--quotes/public/style.css2
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%;