Disable selection on the frame.

react
Daniel Scalzi 2017-08-28 21:14:05 -04:00
parent 455f199457
commit 8bb6df921c
1 changed files with 1 additions and 0 deletions

View File

@ -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;