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
JordanMartinez edited this page Oct 16, 2017
·
2 revisions
Welcome to the Flowless wiki!
CSS Reference Guide
Pseudo states
/* Applies the CSS to the VirtualizedScrollPane when its Virtualized content has focus */
.virtualized-scroll-pane:content-focused {}
Flowless-specific CSS styles
.virtual-flow {
/* "front" lays out cells from top-to-bottom or left-to-right depending on the orientation "rear" lays out cells from bottom-to-top or right-to-left depending on the orientation */-flowless-gravity: [front | rear];
}