mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Allow selecting text on persistent notifications (#232)
This commit is contained in:
parent
3fb6e001a5
commit
de1b20b70a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user