Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-10-27 08:10:44 +01:00
parent 36ee306251
commit a1967fb117
1 changed files with 2 additions and 1 deletions

View File

@ -2504,7 +2504,7 @@ body:before {
background-color: transparent; background-color: transparent;
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3); box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
position: relative; position: relative;
overflow: hidden; border-radius: 5px;
} }
.root-1gCeng:after, .root-1gCeng:after,
.root-1gCeng:before, .root-1gCeng:before,
@ -2518,6 +2518,7 @@ body:before {
left: 0; left: 0;
width: unset; width: unset;
height: unset; height: unset;
border-radius: 5px;
pointer-events: none; pointer-events: none;
z-index: -1; z-index: -1;
} }