mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
[UI] Top menu is no longer fixed this fixes menu issues on mobile
This commit is contained in:
parent
aea14b3f9a
commit
433c3f3279
@ -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>
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 55px;
|
||||
}
|
||||
|
||||
#nav-container {
|
||||
margin-top: 0;
|
||||
position: sticky;
|
||||
|
Loading…
Reference in New Issue
Block a user