Fix z index in beta warning
This commit is contained in:
parent
4dd0d5b016
commit
fdfe16a649
|
@ -218,5 +218,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: var(--spacing-m);
|
bottom: var(--spacing-m);
|
||||||
left: var(--spacing-m);
|
left: var(--spacing-m);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue