.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%;
}
