Skip to content

Commit

Permalink
fix css transition
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikHeinrich committed Mar 2, 2022
1 parent 01df6ec commit 6753058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlay",
"productName": "overlay",
"version": "1.0.4",
"version": "1.0.4.1",
"description": "My Electron application description",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ nav {
opacity: 0;
}

.leaflet-top .navbar {
.leaflet-top,
.navbar {
transition: opacity 1s
}

Expand Down

0 comments on commit 6753058

Please sign in to comment.