mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
drag target no pointer events
- users can now drag the scrollbar
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.snow{-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%);width:5px; height:5px; background-color:white;z-index:1000000;pointer-events:none;position:absolute;border:1px solid white;border-radius:100px;}
|
.snow{-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%);width:5px; height:5px; background-color:white;z-index:1000000;pointer-events:none;position:absolute;border:1px solid white;border-radius:100px;}
|
||||||
|
.drag-target{pointer-events: none;}
|
||||||
.settings_embed{
|
.settings_embed{
|
||||||
width:40px !important;
|
width:40px !important;
|
||||||
padding:0 10px !important;
|
padding:0 10px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user