.editor{ position : relative; width : 100%; .codeEditor{ height : 100%; .pageLine{ background-color : fade(#333, 15%); border-bottom : #333 solid 1px; } } .brewJump{ position: absolute; background-color: @teal; cursor: pointer; width : 30px; height : 30px; display : flex; align-items : center; bottom : 20px; right : 20px; z-index: 1000000; justify-content:center; .tooltipLeft("Jump to brew page"); } }