/* Keep the inspection action menu inside the visible part of the modal. */
#app .framework-inspection-record {
  overflow: visible !important;
}

#app .framework-inspection-menu {
  z-index: 30 !important;
}

#app .framework-inspection-menu > .menu {
  top: auto !important;
  bottom: calc(100% + 7px) !important;
  right: 0 !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 100 !important;
}

#app .framework-inspection-menu > .menu::after {
  top: auto !important;
  bottom: -0.30714286em !important;
  right: 1em !important;
  left: auto !important;
}
