UNPKG

@gravityforms/components

Version:

UI components for use in Gravity Forms development. Both React and vanilla js flavors.

25 lines (20 loc) 351 B
.gform-admin { .gform-layout--modular-sidebar [data-simplebar] { height: 100%; overflow-y: auto; } .gform-modular-sidebar__header { width: 100%; } .gform-modular-sidebar__body { display: flex; height: 100%; overflow: hidden; width: 100%; } .gform-modular-sidebar__content { flex: 1; height: 100%; overflow-y: auto; } }