<template>
<div id="app" v-if="ready">
- <button class="titlebar" />
+ <button id="titlebar" />
<!-- Minimize and exit buttons. -->
<span class="menu">
border-radius: 15px;
}
-.titlebar {
+#titlebar {
position: fixed;
width: 100vw;
background-color: #EBEBEB;
- -webkit-user-select: none;
-webkit-app-region: drag;
border: none;
z-index: 3;
+ // To prevent window drag when overlapping with titlebar.
+ -webkit-app-region: no-drag;
+
// border: 4px solid #C6C6C6;
border-radius: 50%;
-{"w":735,"h":510,"x":944,"y":489}
\ No newline at end of file
+{"w":622,"h":616,"x":1163,"y":499}
\ No newline at end of file