skaraman

Results 12 comments of skaraman

@dominickhacnguyen I believe I also set `user-select: none` and that did the trick. If you need the user input for some other part of your UI like a scrollable list...

I use this in my stylesheet and it's perfect for my desires - ```css atom-pain-container, atom-pane-axis, .pane, .pane > .tab-bar { transition: flex 1s; } ```