Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit d3b0b25

Browse files
authored
Merge pull request #6681 from luixxiul/fix-navigationBar-regression
Fixed the regression of unclickable buttons under #navigator
2 parents f6e44eb + 2a78248 commit d3b0b25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

less/navigationBar.less

+5-3
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,6 @@
574574
background: white;
575575
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
576576
}
577-
578-
-webkit-app-region: no-drag;
579577
}
580578

581579
.noScriptButtonContainer {
@@ -705,6 +703,11 @@
705703
-webkit-user-select: none;
706704
z-index: @zindexNavigationBar;
707705

706+
// #6253 #6680
707+
> * {
708+
-webkit-app-region: no-drag;
709+
}
710+
708711
form {
709712
-webkit-app-region: drag;
710713
// Disable window dragging so that selecting text and dragging the favicon is possible.
@@ -828,7 +831,6 @@
828831
> * {
829832
position: relative;
830833
top: 1px;
831-
-webkit-app-region: no-drag;
832834
}
833835

834836
.inputbar-wrapper {

0 commit comments

Comments
 (0)