From 09a775e75d0e21add6005f7cfa83739d9c13ad72 Mon Sep 17 00:00:00 2001 From: Ryan Dee Date: Fri, 18 Dec 2015 11:10:59 -0600 Subject: [PATCH] Share widget/mobile nav scrolling Share widget didn't move when user is scrolling and opens mobile nav tray. (It overlapped the breadcrumbs in the tray.) Removing position:fixed (which isn't needed anyway) fixes this behavior. --- wdn/templates_4.1/less/states/share.less | 1 - 1 file changed, 1 deletion(-) diff --git a/wdn/templates_4.1/less/states/share.less b/wdn/templates_4.1/less/states/share.less index 67224945b..8459257f5 100644 --- a/wdn/templates_4.1/less/states/share.less +++ b/wdn/templates_4.1/less/states/share.less @@ -2,7 +2,6 @@ .wdn-share-this-page { .nav-scrolling & { - position: fixed; z-index: (@nav-z-index + 1); top: 6px;