From f8d57a7bccfcea47abf4b146aa797ce98dc0412d Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 17 Dec 2019 11:21:57 +0100
Subject: [PATCH] Updated readme. Fixed body overflow-y.

---
 README.md             | 7 ++++---
 gui/public/index.html | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3a89676efd..5e753e71f8 100644
--- a/README.md
+++ b/README.md
@@ -79,10 +79,11 @@ your browser.
 Omitted versions are plain bugfix releases with only minor changes and fixes.
 
 ### v0.7.0
-- User metadata editing and datasets with DOI
-- Revised GUI lists (search results, datasets, uploads)
+- User metadata editing and datasets with DOIs
+- Revised GUI lists (entries, grouped entries, datasets, uploads)
 - Keycloak based user management
-- no dependencies with the NOMAD CoE Repository
+- Rawfile preview
+- no dependencies with the old NOMAD CoE Repository
 
 ### v0.6.2
 - GUI performance enhancements
diff --git a/gui/public/index.html b/gui/public/index.html
index 517fefb75c..9c88d2f551 100644
--- a/gui/public/index.html
+++ b/gui/public/index.html
@@ -35,7 +35,7 @@
     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
     <title>NOMAD upload</title>
   </head>
-  <body>
+  <body style="overflow-y: hidden;">
     <noscript>
       You need to enable JavaScript to run this app.
     </noscript>
-- 
GitLab