Skip to content
Snippets Groups Projects
Commit f8d57a7b authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Updated readme. Fixed body overflow-y.

parent ab2efd3e
Branches
Tags
1 merge request!71V0.7.0
Pipeline #65650 passed
...@@ -79,10 +79,11 @@ your browser. ...@@ -79,10 +79,11 @@ your browser.
Omitted versions are plain bugfix releases with only minor changes and fixes. Omitted versions are plain bugfix releases with only minor changes and fixes.
### v0.7.0 ### v0.7.0
- User metadata editing and datasets with DOI - User metadata editing and datasets with DOIs
- Revised GUI lists (search results, datasets, uploads) - Revised GUI lists (entries, grouped entries, datasets, uploads)
- Keycloak based user management - Keycloak based user management
- no dependencies with the NOMAD CoE Repository - Rawfile preview
- no dependencies with the old NOMAD CoE Repository
### v0.6.2 ### v0.6.2
- GUI performance enhancements - GUI performance enhancements
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>NOMAD upload</title> <title>NOMAD upload</title>
</head> </head>
<body> <body style="overflow-y: hidden;">
<noscript> <noscript>
You need to enable JavaScript to run this app. You need to enable JavaScript to run this app.
</noscript> </noscript>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment