fix(all): user-select for desktop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 00:20:11 +02:00
parent 1e1964dd77
commit 2d70ee4ca9
10 changed files with 26 additions and 47 deletions

View File

@ -14,6 +14,7 @@ ion-picker {
height: $picker-width;
contain: strict;
user-select: none;
z-index: $z-index-overlay;
}