.gestureOverlay-cont { width: 100%; height: 100%; position: absolute; touch-action: none; top: 0px; .pointerBubbles { width: 100%; height: 100%; position: absolute; pointer-events: none; .bubble { position: absolute; width: 15px; height: 15px; border-radius: 100%; border: 0.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: 0.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; }