Fix resizing for all vertical panes on macOS
This commit is contained in:
parent
5bc41e250b
commit
a96c16a33d
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ input {
|
|||
margin-inline-end: -4px;
|
||||
width: 5px !important;
|
||||
min-width: 5px;
|
||||
position: relative;
|
||||
/* Create a separate stacking context to be on top */
|
||||
opacity: 0.99;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue