UNPKG

@syncfusion/react-popups

Version:

A package of Pure React popup components such as Tooltip that is used to display information or messages in separate pop-ups.

13 lines 195 B
/*! popup layout */ .sf-popup { height: auto; position: absolute; width: auto; z-index: 1000; } .sf-popup.sf-popup-open { display: block; } .sf-popup.sf-popup-close { display: none; }