UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

44 lines (36 loc) 852 B
.PopperWrapper-trigger { display: inline-flex; flex-grow: 1; } .Overlay-container { display: flex; position: relative; flex-direction: row; justify-content: center; z-index: 1500; } .Overlay-container--open { animation-timing-function: cubic-bezier(0, 0, 0.3, 1); } .Overlay-container--close { animation-timing-function: cubic-bezier(0.4, 0.14, 1, 1); } ::-webkit-scrollbar { width: 16px; } ::-webkit-scrollbar-thumb { background: var(--secondary-dark); border-radius: 8px; border: 2px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { background: var(--inverse-lightest); border: 2px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:active { background: var(--inverse-lighter); border: 2px solid transparent; background-clip: content-box; }