/*! * react-custom-popup | Copyright 2019-present Tomek Wójcik | MIT License * https://git.bthlabs.pl/tomekwojcik/react-custom-popup */ .bthlabs-react-custom-popup { display: none; &.bthlabs-rcp-visible { display: block; } .bthlabs-rcp-overlay { height: 100vh; left: 0px; position: fixed; top: 0px; width: 100vw; } .bthlabs-rcp-inner { position: absolute; } }