소스 검색

Small fix for css selector to change overlay background

sbkwgh 7 년 전
부모
커밋
7ad3b52eb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/SelectButton.vue

+ 1 - 1
frontend/src/components/SelectButton.vue

@@ -141,7 +141,7 @@
 
 		.select_button--touch {
 			.select_button {
-				#{&}__overlay {
+				@at-root #{&}__overlay {
 					transition: all 0.2s;
 
 					@at-root #{&}--show {