mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Preventing images from being dragged in Edge (#290)
This commit is contained in:
committed by
Jake Archibald
parent
86546574bb
commit
0502d70cdf
@@ -48,6 +48,7 @@
|
||||
|
||||
.logo {
|
||||
composes: abs-fill from '../../lib/util.scss';
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.open-image-guide {
|
||||
@@ -144,6 +145,7 @@
|
||||
|
||||
.demo-icon {
|
||||
composes: abs-fill from '../../lib/util.scss';
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.demo-description {
|
||||
|
||||
Reference in New Issue
Block a user