mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 06:52:41 +00:00
move all pointer events to divider, not splitPane
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
.splitPane{
|
||||
touch-action: none;
|
||||
position : relative;
|
||||
display : flex;
|
||||
height : 100%;
|
||||
@@ -12,6 +11,7 @@
|
||||
flex : 1;
|
||||
}
|
||||
.divider{
|
||||
touch-action : none;
|
||||
display : table;
|
||||
height : 100%;
|
||||
width : 15px;
|
||||
|
||||
Reference in New Issue
Block a user