Browse Source

Small fix for css selector to change overlay background

sbkwgh 7 năm trước cách đây
mục cha
commit
7ad3b52eb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {