Skip to content

Commit

Permalink
Merge pull request vanila-io#51 from timvisee/fix-firefox-select
Browse files Browse the repository at this point in the history
Fix selection issue in Firefox preventing drag and drop of items
  • Loading branch information
entrptaher authored Sep 30, 2020
2 parents f7e5d08 + 33c3867 commit 544afdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FlowItemPanel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.sidebar {
width: 112px;
height: 100vh;
user-select: none;
}
.sidebar .ant-card-body {
position: fixed;
Expand Down Expand Up @@ -62,6 +63,7 @@
margin-top: -10px;
position: relative;
z-index: 9999;
pointer-events: none;
}
::-webkit-scrollbar {
width: 0px;
Expand Down

0 comments on commit 544afdb

Please sign in to comment.