@import './NewLightboxStyles.scss'; .newLightboxView-frame { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #474545bb; backdrop-filter: blur(4px); z-index: 1000; .app-document { width: 100%; height: 100%; display: grid; } .explore { width: 100%; height: 100%; display: grid; } .newLightboxView-contents { position: relative; display: flex; flex-direction: column; .newLightboxView-doc { position: relative; } } }