Skip to content

Commit

Permalink
remove dialog global styles
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 14, 2024
1 parent e3581a6 commit 4ac162e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ svg {
display: block;
}

dialog {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
border: none;
padding: 0;
margin: 0;
background-color: transparent;
outline: none;
}
dialog:focus-visible { outline: none !important; }

.clickable:hover {
cursor: pointer;
}
Expand Down

0 comments on commit 4ac162e

Please sign in to comment.