Skip to content
Snippets Groups Projects

REDMINE_ISSUE-17202 | Loader et popup apparaisent au milieu de la page et non de la fenêtre | REDMINE_ISSUE-17201 | Carte passant au dessus du footer

Merged REDMINE_ISSUE-17202 | Loader et popup apparaisent au milieu de la page et non de la fenêtre | REDMINE_ISSUE-17201 | Carte passant au dessus du footer
Merged Timothee P requested to merge redmine-issues/17202 into develop
3 files
+ 12
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -56,6 +56,7 @@ body {
flex-shrink: 0; /* used to fix height on sticky header and footer */
position: sticky;
bottom: 0;
z-index: 1000;
}
#app-footer .ui.text.menu {
@@ -229,14 +230,6 @@ body {
background-color: #FFA19E;
}
/* ---------------------------------- */
/* LEAFLET*/
/* ---------------------------------- */
.leaflet-container {
background: #FFF;
}
/* ---------------------------------- */
/* ERROR LIST */
/* ---------------------------------- */
Loading