MikaFil commited on
Commit
0aed279
·
verified ·
1 Parent(s): 1685555

Update style/defaults/style.css

Browse files
Files changed (1) hide show
  1. style/defaults/style.css +12 -1
style/defaults/style.css CHANGED
@@ -383,10 +383,21 @@ html, body {
383
  z-index: 9999 !important;
384
  }
385
 
386
-
387
  .ply-widget-container,
388
  .ply-widget-container * {
389
  pointer-events: auto !important;
390
  z-index: 2147483647 !important;
391
  }
392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  z-index: 9999 !important;
384
  }
385
 
 
386
  .ply-widget-container,
387
  .ply-widget-container * {
388
  pointer-events: auto !important;
389
  z-index: 2147483647 !important;
390
  }
391
 
392
+ .sqs-block-content * {
393
+ pointer-events: auto !important;
394
+ }
395
+ .ply-widget-container,
396
+ .viewer-container,
397
+ .ply-canvas,
398
+ #application-canvas,
399
+ canvas {
400
+ pointer-events: auto !important;
401
+ touch-action: auto !important;
402
+ z-index: 100 !important;
403
+ }