fix(ui): ensure action bar is displayed
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index 50851055cf25f924300840e4ebcd6b2ebce23fb9..d5868083d15ce558d2fcbc0842aef2d4e79e48fb 100644 (file)
@@ -13,7 +13,7 @@
       />
     </Container>
     <CSTable
-      v-if="
+      v-show="
         Array.isArray(app?.appContext.config.globalProperties.$chargingStations) &&
         app?.appContext.config.globalProperties.$chargingStations.length > 0
       "
@@ -94,7 +94,6 @@ const stopSimulator = (): void => {
 #charging-stations-container {
   height: fit-content;
   width: 100%;
-  position: absolute;
   display: flex;
   flex-direction: column;
 }