0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

(Fix) Added z-index for notification wrapper #498

Closed zabirauf closed 5 years ago

zabirauf commented 5 years ago

Issue:

Currently the notification z-index is not correct and when account and notification both is opened the 'Convert' button has higher z-index. Notification should always be on the top.

image

Fix: Adding z-index to the notification wrapper image