Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.2.0
[e-mobility-charging-stations-simulator.git] / ui / web / src / App.vue
index 1f2dcf85b10dfd101d9b5647150c6861c164da5c..325c6bd8675d0ccc564da9b40272bff2467a7e0d 100644 (file)
@@ -1,6 +1,6 @@
 <template>
   <router-view />
-  <Container id="action">
+  <Container v-show="$route.path !== '/'" id="action-container">
     <router-view name="action" />
   </Container>
 </template>
@@ -22,7 +22,7 @@ import Container from '@/components/Container.vue'
   background-color: white;
 }
 
-#action {
+#action-container {
   min-width: max-content;
   display: flex;
   flex-direction: column;