summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScottDowne <scott.downe@gmail.com>2019-05-28 13:49:03 -0400
committerGitHub <noreply@github.com>2019-05-28 13:49:03 -0400
commit606fb89fb6f60228d32e7bfb07e3853b343207da (patch)
tree057f2bf05fa053377b4229c678d2f1f894500c29
parentb817461ae4380a3ca3bba62b59439540546fc0ff (diff)
Bug 1555048 - Ensure impression observer element is in correct spot (#5074)
-rw-r--r--content-src/components/DiscoveryStreamImpressionStats/_ImpressionStats.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/content-src/components/DiscoveryStreamImpressionStats/_ImpressionStats.scss b/content-src/components/DiscoveryStreamImpressionStats/_ImpressionStats.scss
index af684527..943e4e34 100644
--- a/content-src/components/DiscoveryStreamImpressionStats/_ImpressionStats.scss
+++ b/content-src/components/DiscoveryStreamImpressionStats/_ImpressionStats.scss
@@ -1,5 +1,6 @@
.impression-observer {
position: absolute;
+ top: 0;
width: 100%;
height: 100%;
pointer-events: none;