.baseWrapper { position: relative; :global(.bf-container) { display: flex; flex-direction: column; .controlBar { box-shadow: none; } .editorContent { border: 1px solid #ccc; border-radius: 4px; height: auto; transition: border-color 0.3s; &.focus { border-color: #1790ff; } } } .floatControls { position: absolute; right: 15px; bottom: 15px; display: flex; z-index: 2; } }