Skip to content
Snippets Groups Projects
Commit ff5d0161 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat: center loader in carto

parent fc1926da
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!356feat: center loader carto,!230V2.0
...@@ -6,6 +6,19 @@ ...@@ -6,6 +6,19 @@
.structureList-container { .structureList-container {
overflow-y: auto; overflow-y: auto;
scrollbar-gutter: stable; scrollbar-gutter: stable;
display: flex;
flex-direction: column;
flex: 1;
.listCard {
display: flex;
flex-direction: column;
flex: 1;
.loader {
margin: auto;
}
}
} }
.listCard > p { .listCard > p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment