Skip to content

Commit

Permalink
netlify: Hide deploy preview bar (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
neonfuz authored Sep 5, 2022
1 parent b803a2e commit 2124769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
input, textarea, select {
font-family: inherit;
}
/* netlify deploy preview bar */
div[data-netlify-deploy-id] {
display: none
}
</style>

0 comments on commit 2124769

Please sign in to comment.