Procházet zdrojové kódy

Small fix for css selector to change overlay background

sbkwgh před 7 roky
rodič
revize
7ad3b52eb1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {