lsc 2 vuotta sitten
vanhempi
commit
7cf9019230
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/components/pages/race/addRace.vue

+ 2 - 2
src/components/pages/race/addRace.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height: 100%; width: 100%">
+  <div style="height: 100%; width: 100%;overflow: hidden;">
     <div class="race_nav">
       <div class="first" @click="checkSteps(1)" :class="{ active: steps == 1 }">
         <div class="navImg">
@@ -308,7 +308,7 @@ export default {
   width: 90%;
   justify-content: center;
   margin: 0 auto;
-  height: calc(100% - 120px);
+  height: calc(100% - 165px);
 }
 
 .race_btn {