Skip to content

Commit abd73d4

Browse files
committed
Stop splashscreen from being draggable
1 parent c4994f0 commit abd73d4

File tree

1 file changed

+1
-0
lines changed
  • arduino-ide-extension/src/electron-main/splash/static

1 file changed

+1
-0
lines changed

Diff for: arduino-ide-extension/src/electron-main/splash/static/splash.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
img {
1313
max-width: 95%;
1414
height: auto;
15+
-webkit-user-drag: none;
1516
}
1617
</style>
1718
</head>

0 commit comments

Comments
 (0)