/* Put custom styles here */
.comfy-menu {
  top: 50% ;
  right: 0 ;
  bottom: unset ;
  left: unset ;
  border-radius: 8px ;
}

.comfy-menu > * {
  display: none;
}

#comfy-clear-button,
#comfy-load-button,
#comfy-load-default-button {
  display: block ;
}

/* Hide the bottom bar */
div[style*="min-height: 30px; max-height: 300px; width: 100vw; position: absolute; bottom: 0px; z-index: 10; background: rgb(51, 51, 51); overflow: auto;"] {
  display: none ;
} 