Update BasicBackground.css
This commit is contained in:
parent
36ee306251
commit
a1967fb117
|
@ -2504,7 +2504,7 @@ body:before {
|
|||
background-color: transparent;
|
||||
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.root-1gCeng:after,
|
||||
.root-1gCeng:before,
|
||||
|
@ -2518,6 +2518,7 @@ body:before {
|
|||
left: 0;
|
||||
width: unset;
|
||||
height: unset;
|
||||
border-radius: 5px;
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue