Skip to content

Commit

Permalink
Share widget/mobile nav scrolling
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
skoolbus39 committed Dec 18, 2015
1 parent 744cd7c commit 09a775e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wdn/templates_4.1/less/states/share.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.wdn-share-this-page {

.nav-scrolling & {
position: fixed;
z-index: (@nav-z-index + 1);
top: 6px;

Expand Down

0 comments on commit 09a775e

Please sign in to comment.