@use '../../variables' as *;
.popover {
  position: fixed;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 999;
}
