1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Fix z index in beta warning

This commit is contained in:
Andrew Kingston 2020-12-09 15:42:44 +00:00
parent b842a2addc
commit 80e1c4f978

View file

@ -218,5 +218,6 @@
position: absolute;
bottom: var(--spacing-m);
left: var(--spacing-m);
z-index: 1;
}
</style>