diff --git a/src/styles/brackets.less b/src/styles/brackets.less index cdaf07092ed..10c1ff4a592 100644 --- a/src/styles/brackets.less +++ b/src/styles/brackets.less @@ -1025,6 +1025,7 @@ a, img { height: 5px; position: fixed; z-index: @z-index-brackets-scroller-shadow; + pointer-events: none; // serves as a "click through", so clicks go to the file tree behind (see #12684) &.top { #gradient > .vertical(rgba(0,0,0,0.1), rgba(0,0,0,0));