Search
 
SCRIPT & CODE EXAMPLE
 

CSS

electron draggable

button {
  -webkit-app-region: no-drag;
}
Comment

electron draggable

<body style="-webkit-app-region: drag">
</body>
Comment

electron draggable

.titlebar {
    -webkit-app-region: drag;
}

.titlebar * {
    -webkit-app-region: no-drag;
}
Comment

PREVIOUS NEXT
Code Example
Css :: How to remove horizontal scrollbar and yet allow vertical 
Css :: css super smooth shadow 
Css :: vscode set terminal letter spacing 
Css :: bootstrap icons sdn 
Css :: @font-face multiple font weights 
Css :: hover effect button css 
Css :: wp wpbakery bulder page alignment 
Css :: css set background image repeat vertically 
Css :: underline css still there after text-decoration: none 
Css :: docker postgres 
Css :: center div scss 
Css :: how to make border for letters in css 
Css :: opacity color 
Css :: css firefox remove scrollbar 
Css :: how to center pseudo element 
Css :: border-box css 
Css :: set svg background color css 
Css :: input rtl html 
Css :: how many fonts can i add in a css font-face 
Css :: hidden vs visible 
Css :: 3 line after dot in css 
Css :: css3 background image curve 
Css :: button edges rounded css 
Css :: minimum margin css 
Css :: laravel reference css in public 
Css :: special custom scrollbar in scss 
Css :: select even child css 
Css :: css opacity from 0 to 1 
Css :: how to center a div 
Css :: center css 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =