diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-04 13:57:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-04 13:57:20 +0200 |
commit | c43f5017167d1ca61f1180c0b8b9579731f0a7da (patch) | |
tree | 5ce080aa9ef0c0b7824ab5a5b6efc0f2217de2e0 /view/theme/redbasic/css | |
parent | 86d471834e26e2b12b8cab4d8759f5f7257a71e0 (diff) | |
download | volse-hubzilla-c43f5017167d1ca61f1180c0b8b9579731f0a7da.tar.gz volse-hubzilla-c43f5017167d1ca61f1180c0b8b9579731f0a7da.tar.bz2 volse-hubzilla-c43f5017167d1ca61f1180c0b8b9579731f0a7da.zip |
ux fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2ed7a03c1..e0be54f63 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -47,11 +47,11 @@ main { } #overlay { - position: absolute; + position: fixed; top: 0; - left: 0; - width: 100%; - height: 100%; + left: $left_aside_widthpx; + width: 100vw; + height: 100vh; background: rgba(0, 0, 0, .3); cursor: pointer; z-index: 1028; |