fix css module syntax error

This commit is contained in:
tamaina 2023-01-14 04:52:42 +00:00
parent af6a578fa6
commit b8da51e08c

View file

@ -49,7 +49,7 @@ onMounted(() => {
transform: translateY(-100%); transform: translateY(-100%);
} }
> .root { .root {
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;