Przeglądaj źródła

Disable selection on the frame.

Daniel Scalzi 8 lat temu
rodzic
commit
8bb6df921c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/assets/css/launcher.css

+ 1 - 0
app/assets/css/launcher.css

@@ -11,6 +11,7 @@ body {
 
 #frame_bar {
     -webkit-app-region: drag;
+    -webkit-user-select: none;
     background: rgba(1, 2, 1, 0.5);
     min-height: 22px;
     display: flex;