commit d98faa63c3878ab215b6f0378c5236a77944f492
parent b0720f83d063f8e1d21a6ead33d5e4dd34630f08
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 18 Mar 2018 16:47:27 +0100
Only use z-index not position on grid items
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html
@@ -7,7 +7,7 @@
<i class="fa fa-retweet"></i>
</span>
</div>
- <div style="z-index: 2; position: absolute;">
+ <div style="z-index: 2;">
<a pageScroll href="#img{{i}}" >
<img *ngIf="item.image_urls && item.image_urls[0]" [src]="item.image_urls[0]" class="thumbnail">
</a>