gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-web-common] branch master updated: fix overflow


From: gnunet
Subject: [GNUnet-SVN] [taler-web-common] branch master updated: fix overflow
Date: Tue, 14 Mar 2017 17:29:40 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new 357a9df  fix overflow
357a9df is described below

commit 357a9df65bf5afbf2eb621ac3afc84495021a1bd
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 17:29:38 2017 +0100

    fix overflow
---
 demo.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo.css b/demo.css
index a146c95..b2688ad 100644
--- a/demo.css
+++ b/demo.css
@@ -44,7 +44,7 @@
 }
 
 body {
-  overflow: scroll;
+  overflow-y: scroll;
 }
 
 @media (min-width: 500px) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]