fix header button drag region

This commit is contained in:
Konstantinos Kaloutas
2023-07-14 16:48:30 +03:00
committed by Tienson Qin
parent 0368dec6c4
commit 933a28ca3e

View File

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