Browse Source

fix header button drag region

Konstantinos Kaloutas 2 years ago
parent
commit
933a28ca3e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/frontend/components/header.css

+ 3 - 1
src/main/frontend/components/header.css

@@ -135,7 +135,9 @@
   position: relative;
 }
 
-.cp__header a, .cp__header svg {
+.cp__header a,
+.cp__header svg,
+.cp__header button {
   -webkit-app-region: no-drag;
 }