.monRhythmChart { position: relative; display: flex; flex-direction: column; flex: 1 0 auto; } .monRhythmChart__content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex: 1 0 auto; } @mixin monitoringNoUserSelect { user-select: none; } .monRhythmChart__visualization { display: flex; flex-direction: column; flex: 1 0 auto; position: relative; // SASSTODO: generic selector & > div { min-width: 1px; width: 100%; height: 100%; } // SASSTODO: generic selector div { @include monitoringNoUserSelect; } }