refactor(ui): always display the buttons bar
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index 7b4f8a53f74fff9e55055860ad92c01fa439c719..0b57bb9d8ad002c3035287bacadc9c1a265e64c6 100644 (file)
@@ -353,6 +353,8 @@ const stopSimulator = (): void => {
 #buttons-container {
   display: flex;
   flex-direction: row;
+  position: sticky;
+  top: 0;
 }
 
 .simulator-start-button {