You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Setting @dividerSize=0 will hide this splitbar and prevent from resizing
the surrounding container.
This is a desirable feature to allow containers managed by the layout, while
hiding the splitbar.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ A fake [flex-direction property](http://www.w3.org/TR/css3-flexbox/#flex-directi
84
84
Type: `Integer`
85
85
Default: `10`
86
86
87
-
The size in pixels that you want the divider/splitbar to be.
87
+
The size in pixels that you want the divider/splitbar to be. Set to `0` to hide the splitbar, which in turn prevents user resizing the surrounding containers.
0 commit comments