Skip to content

Commit

Permalink
Fix oppia#18012: This PR fixes the bug caused by oppia#18169. (oppia#…
Browse files Browse the repository at this point in the history
…18421)

* Update oppia.css

* fix the z-index of toast message

* removed unnecessary z-index
  • Loading branch information
prafulbbandre authored Jul 11, 2023
1 parent 27e741f commit cba60dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
.oppia-toast-warning {
background-color: #f89406;
background-image: none;
z-index: 1030;
}
.oppia-toast-warning:before {
content: "\e002";
Expand Down
2 changes: 1 addition & 1 deletion core/templates/css/oppia.css
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ span.sort-explorations-select .sort-order {

.oppia-toast-container {
position: fixed;
z-index: 1000;
z-index: 1020;
}

.oppia-toast-container * {
Expand Down

0 comments on commit cba60dd

Please sign in to comment.