diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-04 14:05:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-04 14:05:48 +0200 |
commit | 50ead82bc4a3dc0a3289cbfcf9625dcd5a04da4d (patch) | |
tree | 7b9a47831b3270563688ba53fdd4d8222498d50b /view/theme/redbasic/css | |
parent | c43f5017167d1ca61f1180c0b8b9579731f0a7da (diff) | |
download | volse-hubzilla-50ead82bc4a3dc0a3289cbfcf9625dcd5a04da4d.tar.gz volse-hubzilla-50ead82bc4a3dc0a3289cbfcf9625dcd5a04da4d.tar.bz2 volse-hubzilla-50ead82bc4a3dc0a3289cbfcf9625dcd5a04da4d.zip |
remove redundant z-index
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e0be54f63..3b74c5ea1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -54,7 +54,6 @@ main { height: 100vh; background: rgba(0, 0, 0, .3); cursor: pointer; - z-index: 1028; } h1, .h1 { |