Skip to content

Commit

Permalink
Display the alert message within the online resource popup (#6109)
Browse files Browse the repository at this point in the history
The alert message in the online resource popup is displayed below the popup on smaller, less higher screens, this fix displays the alert message on top of the popup
  • Loading branch information
MichelGabriel committed Feb 1, 2022
1 parent 159123e commit 647de05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web-ui/src/main/resources/catalog/style/gn.less
Expand Up @@ -376,6 +376,14 @@ div.gn-scroll-spy {
max-height: 250px;
}
}
// error message
.alert {
position: fixed;
bottom: 0;
width: calc(~"100% - 100px");
margin-left: 200px;
margin-right: 200px;
}
}
}
.modal-dialog {
Expand Down

0 comments on commit 647de05

Please sign in to comment.