socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

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:
Msrc/app/tweet-list/tweet-list.component.html | 2+-
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>