diff options
author | LarsVomMars | 2020-10-10 11:41:06 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 11:41:06 +0200 |
commit | 7a4ade2036140203cee39cc7622f835114862515 (patch) | |
tree | e0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /overview/public/style.css | |
parent | ba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff) | |
parent | ad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff) |
Merge branch 'master' of github.com:marvinborner/abizeugs into master
Diffstat (limited to 'overview/public/style.css')
-rw-r--r-- | overview/public/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overview/public/style.css b/overview/public/style.css index ab38722..77853bf 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -10,6 +10,8 @@ body { .card { position: absolute; + max-height: 80%; + overflow: auto; width: 30%; left: 50%; top: 50%; |