瀏覽代碼

Disable selection on the frame.

Daniel Scalzi 8 年之前
父節點
當前提交
8bb6df921c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;