repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00a1ee
)
fix(ui): always display the action container
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 21:26:23 +0000
(22:26 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 21:26:23 +0000
(22:26 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/App.vue
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/src/App.vue
b/ui/web/src/App.vue
index f8fe8b247a8f3474fc36c7a1e1bf9f385e38dc79..7d52542fa18906f189c208c265ee5fb6db2bb99d 100644
(file)
--- a/
ui/web/src/App.vue
+++ b/
ui/web/src/App.vue
@@
-27,12
+27,16
@@
import Container from '@/components/Container.vue'
#action-container {
min-width: max-content;
+ height: fit-content;
display: flex;
+ position: sticky;
+ top: 0.008%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
- margin: 0.4%;
+ margin-right: 0.2%;
+ margin-left: 0.2%;
padding: 0.4%;
border: solid black;
}