Allow selecting text on persistent notifications (#232)

This commit is contained in:
Paulus Schoutsen 2017-03-10 22:01:51 -08:00 committed by GitHub
parent 3fb6e001a5
commit de1b20b70a

View File

@ -11,6 +11,9 @@
}
.content {
padding: 0 16px 16px;
-ms-user-select: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
}
paper-button {
margin: 8px;