Skip to content

Commit

Permalink
Make the main element hidden [skip ci]
Browse files Browse the repository at this point in the history
The main `vaadin-dialog` element should be hidden, as it is only used for configuring the actual overlay element.
  • Loading branch information
jouni committed Feb 18, 2018
1 parent e33b396 commit ad907f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/vaadin-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
<template>
<style>
:host {
display: block;
}

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

Expand Down

0 comments on commit ad907f6

Please sign in to comment.