[UI] Top menu is no longer fixed this fixes menu issues on mobile

This commit is contained in:
Peter Goodhall 2020-09-22 19:36:49 +01:00
parent aea14b3f9a
commit 433c3f3279
2 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,7 @@
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light main-nav">
<nav class="navbar navbar-expand-lg navbar-light bg-light main-nav">
<div class="container">
<a class="navbar-brand" href="<?php echo site_url(); ?>">Cloudlog</a>

View File

@ -2,10 +2,6 @@
margin-top: 0px !important;
}
.container {
margin-top: 55px;
}
#nav-container {
margin-top: 0;
position: sticky;