diff --git a/web/css/json-editor.css b/web/css/json-editor.css index a6cc077..b7d114c 100644 --- a/web/css/json-editor.css +++ b/web/css/json-editor.css @@ -61,6 +61,11 @@ color: #0eb3e4; position: relative; } /* Styles for the navbar */ +.navbar-inverse { + position: sticky; + top: 0; + z-index: 2; +} .navbar-inverse .navbar-nav > li > a { color: #fff; font-weight: 400; @@ -445,4 +450,4 @@ hr { border-top: 1px solid #bbb; margin-top: 30px; margin-bottom: 30px; -} \ No newline at end of file +}