@import '@sharedStyles/core.less'; :where(.editor) { position : relative; width : 100%; height : 100%; container : editor / inline-size; background : white; .brewJump { position : absolute; right : 20px; bottom : 20px; z-index : 1000000; display : flex; align-items : center; justify-content : center; width : 30px; height : 30px; cursor : pointer; background-color : @teal; .tooltipLeft('Jump to brew page'); } .editorToolbar { position : absolute; top : 5px; left : 50%; z-index : 9; font-size : 13px; color : black; span { padding : 2px 5px; } } }