.editorFloatingMenu { left: 0; position: relative; vertical-align: middle; button { opacity: 0.3; vertical-align: text-bottom; transition: opacity 0.3s ease-in-out; &:hover { opacity: 1; } } .menuHolder { background: #fff; left: calc(100% + 1rem); box-shadow: 0 4px 10px rgba(#000, 0.25); position: absolute; top: -0.8rem; min-width: 64vw; } }