Ben Schlegel
2023-09-28 d4c122646ccd6fc989b4436e16b2dffdc931dee6
quartz/components/styles/popover.scss
@@ -43,7 +43,9 @@
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  @media all and (max-width: $mobileBreakpoint) {
    display: none !important;