Skip to content

Commit

Permalink
toast: fix position for top and bottom centered container on scrollin…
Browse files Browse the repository at this point in the history
…g body (#167)
  • Loading branch information
lubber-de authored and Sean committed Oct 15, 2018
1 parent fc7ea9e commit cba9a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/definitions/modules/toast.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
}

.ui.top.center.toast-container {
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
top: @toastContainerDistance;
Expand All @@ -59,7 +58,6 @@
}

.ui.bottom.center.toast-container {
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
bottom: @toastContainerDistance;
Expand Down

0 comments on commit cba9a6e

Please sign in to comment.