@import "../globalCssVariables"; .iconBox-container { position: absolute; left:0; top:0; height: 100%; width: max-content; // overflow: hidden; pointer-events: all; svg { width: $MINIMIZED_ICON_SIZE !important; height: 100%; background: white; } .iconBox-label { position: inherit; width:max-content; font-size: 14px; margin-top: 3px; } }