react-widget-popup
Version:
``` npm install --save react-widget-popup ```
29 lines (25 loc) • 398 B
CSS
.rw-popup-root {
/* position: absolute;
left: 0;
top: 0;
right: 0; */
}
.rw-popup {
position: absolute;
left: 0;
top: 0;
outline: 0;
}
.rw-popup-mask {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #000;
opacity: 0.1;
}
.rw-popup-fixed,
.rw-popup-mask-fixed {
position: fixed;
}