소스 검색

Add border-radius

sbkwgh 8 년 전
부모
커밋
464ee3c4a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;