Skip to content

Commit

Permalink
ui: fix flash messages position
Browse files Browse the repository at this point in the history
* Position of flash messages are now displayed on top of the screen, not on top of the page
* Closes #232

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Oct 29, 2019
1 parent 337e985 commit dfad5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rero_ils/static/scss/rero_ils/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ html [type=button] {
}

.toast-container {
position: absolute;
position: fixed;
z-index: 9999999;
top: 0;
right: 0;
Expand Down
4 changes: 2 additions & 2 deletions ui/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typeahead-container {
}

.toast-container {
position: absolute;
position: fixed;
z-index: 9999999;
top: 0;
right: 0;
Expand Down Expand Up @@ -87,4 +87,4 @@ typeahead-container {
.list-group-item {
// padding-left:0;
padding-right: 0;
}
}

0 comments on commit dfad5a7

Please sign in to comment.