Преглед на файлове

fix header button drag region

Konstantinos Kaloutas преди 2 години
родител
ревизия
933a28ca3e
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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;
 }