refactor: spell fix in log messages
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index 7b4f8a53f74fff9e55055860ad92c01fa439c719..695b88608b4df60c0e90ff848167057ddcbcdfb7 100644 (file)
@@ -353,6 +353,8 @@ const stopSimulator = (): void => {
 #buttons-container {
   display: flex;
   flex-direction: row;
+  position: sticky;
+  top: 0;
 }
 
 .simulator-start-button {
@@ -380,7 +382,7 @@ const stopSimulator = (): void => {
 #reload-button {
   color: ivory;
   background-color: blue;
-  font-size: 2rem;
+  font-size: 1.5rem;
 }
 
 #reload-button:hover {