Sfoglia il codice sorgente

Disable selection on the frame.

Daniel Scalzi 8 anni fa
parent
commit
8bb6df921c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;