/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI * * (C) Copyright IBM Corp. 2016, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .glass .dialogBlocker.previewDialog .dialogBlockerCell { width: 84%; height: 84%; } .glass .dialogBlocker.previewDialog .dialogBlockerCell .modalDialog { width: 100%; height: 100%; display: flex; flex-direction: column; } .previewDialog .dialogContent { height: 100%; flex: 1; position: relative; display: flex; flex-direction: column; } .previewDialog .previewDialogOverlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: 0 0 15px -4px rgba($black, 0.4); }