commit 9be7034dac07f7fbe40ec2cb2a60bc0a74d0e02d
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/34307 github. com/Juniper/ contrail- web-core/ commit/ 9be7034dac07f7f be40ec2cb2a60bc 0a74d0e02d
Committed: http://
Submitter: Zuul (<email address hidden>)
Branch: R4.0
commit 9be7034dac07f7f be40ec2cb2a60bc 0a74d0e02d
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