fix(app): user-select on desktop

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 14:48:05 +02:00
parent 1d001a3f29
commit 8a1ad1da2c
10 changed files with 15 additions and 4 deletions

View File

@ -135,7 +135,6 @@
cursor: pointer;
opacity: var(--opacity);
overflow: var(--overflow);
user-select: none;
vertical-align: top; // the better option for most scenarios
vertical-align: -webkit-baseline-middle; // the best for those that support it
z-index: 0;