Преглед изворни кода

Set 'top' to 0 so that it is directly above parent

sbkwgh пре 8 година
родитељ
комит
8bee4d9199
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/MenuButton.vue

+ 1 - 1
src/components/MenuButton.vue

@@ -72,7 +72,7 @@
 			opacity: 0;
 			margin-top: -1rem;
 			transition: all 0.25s;
-			top: 0.25rem;
+			top: 0rem;
 			left: 0;
 
 			@at-root #{&}--show {