Jacky Zhao
2023-07-23 7db2eda76cf51fd631d385c12a7b411339406067
quartz/components/styles/popover.scss
@@ -42,14 +42,17 @@
  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;
  }
}
a:hover .popover, .popover:hover {
a:hover .popover,
.popover:hover {
  animation: dropin 0.3s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;