Skip to content

Commit

Permalink
removed fixed-header in order to resolve #9
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 authored Dec 4, 2020
1 parent de54ff4 commit 08416c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@


</head>
<body role="document" class="contained fixed-nav" id="body">
<body role="document" class="contained" id="body">
<header>
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-white box-shadow">
<nav class="navbar navbar-expand-md navbar-light bg-white box-shadow">
<a class="navbar-brand" href="index.html">
<img src="../resources/img/acdh_logo.png" alt="HistoGIS" title="some project logo"/>
</a>
Expand Down Expand Up @@ -175,4 +175,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 08416c6

Please sign in to comment.