Disable resizing of specific tabset #408
Unanswered
AregShahbazian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna disable the horizontal splitter between my tabset X and its neighbor.
Setting
pointer-events: none;
to the specific splitter works. However, there are multiple horizontal splitters in my layout, and the one I need is somewhere in between. Selecting it with.flexlayout__splitter_horz
is not possible.Is there a tabset attribute that I'm missing? Or an easier way?
Beta Was this translation helpful? Give feedback.
All reactions