Files
jikimo_sf/web_enterprise/static/src/legacy/scss/touch_device.scss
2023-04-14 17:42:23 +08:00

7 lines
195 B
SCSS

// Disable the selection of element
// This allow to avoid the show "mobile menu" on long press to text on Mobile
// and so avoid JS preventDefault
.o_user_select_none {
user-select: none;
}