mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 05:53:08 +02:00
fix css module syntax error
This commit is contained in:
parent
af6a578fa6
commit
b8da51e08c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue