commit fc0290ec564c5529b8154a835a3a8ca98cfabec1
Author: Vishnu Vardhan V <email address hidden>
Date: Sun Jul 30 01:32:23 2017 +0530
Back-to-top link doesnt work as long as the Message of the day is
in same row.
Reason is the message of the day container is overlay element and
the back-to-top is behind it. So click event on back-to-top
is captured by the overlay element and not pass on to back-to-top
container.By using the CSS property pointer-events it is fixed now.
Reviewed: https:/ /review. opencontrail. org/34308 github. com/Juniper/ contrail- web-core/ commit/ fc0290ec564c552 9b8154a835a3a8c a98cfabec1
Committed: http://
Submitter: Zuul (<email address hidden>)
Branch: master
commit fc0290ec564c552 9b8154a835a3a8c a98cfabec1
Author: Vishnu Vardhan V <email address hidden>
Date: Sun Jul 30 01:32:23 2017 +0530
Back-to-top link doesnt work as long as the Message of the day is
in same row.
Reason is the message of the day container is overlay element and
the back-to-top is behind it. So click event on back-to-top
is captured by the overlay element and not pass on to back-to-top
container.By using the CSS property pointer-events it is fixed now.
Change-Id: Ida1450d61d7377 107bbd85d7c5f8b 020a773b37e
Closes-Bug:#1706904