@adeelasif/awesome-editor
Version:
A full fledge web based photo editor
30 lines (24 loc) • 324 B
CSS
.editor-image {
width: 100%;
max-width: 100%;
}
.left-menu {
height: 100%;
}
.filter-menu {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.main-container {
height: 100%;
overflow-y: hidden;
position: relative;
top: 3%;
}
.full-height {
height: 100%;
}
.canvas-container {
height: 92%;
}