UNPKG

react-select

Version:

A Select control built with and for ReactJS

15 lines (13 loc) 285 B
export const STYLE_KEYS = [ 'boxSizing', 'height', 'overflow', 'paddingRight', 'position' ]; export const LOCK_STYLES = { boxSizing: 'border-box', // account for possible declaration `width: 100%;` on body overflow: 'hidden', position: 'relative', height: '100%' };