mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(app): user-select on desktop
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user