Parcourir la source

Add border-radius

sbkwgh il y a 8 ans
Parent
commit
464ee3c4a1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/components/InfoTooltip.vue

+ 1 - 0
src/components/InfoTooltip.vue

@@ -64,6 +64,7 @@
 		@at-root #{&}__content {
 			opacity: 0;
 			max-height: 7.5rem;
+			border-radius: 0.25rem;
 			pointer-events: none;
 			width: 17.5rem;
 			z-index: 2;