Skip to content

Commit

Permalink
Add hidden attribute styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Oct 31, 2017
1 parent b785f27 commit 7aa8683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vaadin-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
:host {
display: block;
}

:host([hidden]) {
display: none !important;
}
</style>

<vaadin-dialog-overlay id="overlay"
Expand Down

0 comments on commit 7aa8683

Please sign in to comment.