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 3a7ce4a4277b0fb455b905dee3445cae651495f7
parent ff17a2eeb6422bbc997513e3ff0c657b7f11d19e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 14 Mar 2018 21:48:43 +0100

Fix weird header glitch

Diffstat:
Msrc/app/app.component.scss | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss @@ -12,6 +12,7 @@ header { position: fixed; left: 0; right: 0; + top: 0; height: 66px; line-height: 66px;