Skip to content

Commit

Permalink
Fix for the alert info message accidentally falling partly outside th…
Browse files Browse the repository at this point in the history
…e popup

Introduced by geonetwork#6109
  • Loading branch information
MichelGabriel committed Mar 31, 2022
1 parent 6fae61a commit 3dc3fa4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions web-ui/src/main/resources/catalog/style/gn.less
Expand Up @@ -396,11 +396,13 @@ div.gn-scroll-spy {
}
// error message
.alert {
position: fixed;
bottom: 0;
width: calc(~"100% - 100px");
margin-left: 200px;
margin-right: 200px;
&.alert-warning {
position: fixed;
bottom: 0;
width: calc(~"100% - 100px");
margin-left: 200px;
margin-right: 200px;
}
}
}
}
Expand Down

0 comments on commit 3dc3fa4

Please sign in to comment.