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
| content_class |`OptionalProp<MaybeSignal<String>>`|`Default::default()`| Addtional classes for the layout element. |
41
+
| content_style |`OptionalProp<MaybeSignal<String>>`|`Default::default()`| Style of scrollable content node. |
40
42
| position |`LayoutPosition`|`LayoutPosition::Static`| static position will make it css position set to static. absolute position will make it css position set to absolute and left, right, top, bottom to 0. absolute position is very useful when you want to make content scroll in a fixed container or make the whole page's layout in a fixed position. You may need to change the style of the component to make it display as you expect. |
41
43
| has_sider |`MaybeSignal<bool>`|`false`| Whether the component has sider inside. If so it must be true. |
0 commit comments