react-repl-plus
Version:
React component for editing React components, it is similar to vue repl
20 lines (18 loc) • 349 B
text/less
.editor-container {
height: calc(100% - var(--header-height));
overflow: hidden;
position: relative;
}
.editor-floating {
position: absolute;
bottom: 16px;
right: 16px;
z-index: 11;
display: flex;
flex-direction: column;
align-items: end;
gap: 8px;
background-color: var(--bg);
color: var(--text-light);
padding: 8px;
}