Skip to content

Commit

Permalink
removed unused CSS; can't repro in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jan 24, 2017
1 parent b61c1d9 commit f1d14a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dialog-polyfill.css
Expand Up @@ -25,15 +25,6 @@ dialog + .backdrop {
background: rgba(0,0,0,0.1);
}

/* for small devices, modal dialogs go full-screen */
@media screen and (max-width: 540px) {
dialog[_polyfill_modal] { /* TODO: implement */
top: 0;
width: auto;
margin: 1em;
}
}

._dialog_overlay {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
Expand Down

0 comments on commit f1d14a3

Please sign in to comment.