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;