First working example with Svelte (the menu icon shows up on entering the game)
This commit is contained in:
parent
62cc1f73ca
commit
1885ea42a4
9 changed files with 57 additions and 4918 deletions
8
front/dist/resources/style/style.css
vendored
8
front/dist/resources/style/style.css
vendored
|
@ -1225,3 +1225,11 @@ div.action.danger p.action-body{
|
|||
50% {bottom: 30px;}
|
||||
100% {bottom: 40px;}
|
||||
}
|
||||
|
||||
|
||||
#svelte-overlay {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue