/* Needed so that resizing the off canvas also resizes the content. */
.ui-dialog-off-canvas #drupal-off-canvas:not(.drupal-off-canvas-reset),
.ui-dialog-off-canvas #drupal-off-canvas-wrapper {
  width: auto !important;
}
/* Handle BAR */
.ui-dialog-off-canvas.ui-resizable .ui-resizable-handle::after {
  position: absolute;
  top: 50%;
  left: -26px;
  display: block;
  width: 38px;
  height: 15px;
  padding: 10px;
  content: url("/modules/contrib/layoutbuilder_extras/assets/img/drag_handle.png");
  transform: rotate(90deg) translateY(21px);
  background: var(--layout_builder_extras_black);
}
