.gestureOverlay-cont { width: 100vw; height: 100vh; position: relative; top: 0; left: 0; touch-action: none; z-index: -1; .pointerBubbles { width: 100%; height: 100%; position: absolute; pointer-events: none; .bubble { position: absolute; width: 15px; height: 15px; border-radius: 100%; border: .5px solid grey; } } } .clipboardDoc-cont { position: absolute; width: 300px; height: 300px; } .inkToTextDoc-cont { position: absolute; width: 300px; overflow: hidden; pointer-events: none; .inkToTextDoc-scroller { overflow: visible; position: absolute; width: 100%; .menuItem-cont { width: 100%; height: 25px; padding: 2.5px; border-bottom: .5px solid black; } } .shadow { width: 100%; height: calc(100% - 25px); position: absolute; top: 25px; background-color: black; opacity: 0.2; } } .filter-cont { position: absolute; background-color: transparent; border: 1px solid black; }