franken-ui
Version:
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
22 lines (21 loc) • 503 B
JavaScript
export default {
'.uk-sticky': {
position: 'relative',
zIndex: '980',
boxSizing: 'border-box'
},
'.uk-sticky-fixed': {
margin: '0 !important',
WebkitBackfaceVisibility: 'hidden',
backfaceVisibility: 'hidden'
},
".uk-sticky[class*='uk-anmt-']": {
animationDuration: '0.2s'
},
'.uk-sticky.uk-anmt-reverse': {
animationDuration: '0.2s'
},
'.uk-sticky-placeholder': {
pointerEvents: 'none'
}
};