Commit dcc7fe62 authored by dev0tion's avatar dev0tion

Wallet menu fixed to top

parent 8ade33b4
<section id="content" class="bitcoin"> <section id="content" class="bitcoin">
<nav class="navbar navbar-toggleable-xl navbar-inverse"> <nav class="navbar fixed-top navbar-toggleable-xl navbar-inverse">
<div class="collapse navbar-collapse" id="navbarBreeze"> <div class="collapse navbar-collapse" id="navbarBreeze">
<ul class="navbar-nav mr-auto ml-5" routerLinkActive="active"> <ul class="navbar-nav mr-auto ml-5" routerLinkActive="active">
<li class="nav-item"> <li class="nav-item">
......
...@@ -50,14 +50,16 @@ code { ...@@ -50,14 +50,16 @@ code {
#content { #content {
width: 100%; width: 100%;
position: relative; position: relative;
padding-left: 70px; } padding-left: 70px;
margin-top: 65px; }
#sidebar { #sidebar {
z-index: 1000; z-index: 1050;
position: fixed; position: fixed;
width: 70px; width: 70px;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
top: 0;
background: #122B41; } background: #122B41; }
#sidebar .menu li { #sidebar .menu li {
opacity: .3; opacity: .3;
...@@ -3453,7 +3455,8 @@ tbody.collapse.show { ...@@ -3453,7 +3455,8 @@ tbody.collapse.show {
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 0.8rem 1rem 0 1rem; padding: 14px 0 0 70px;
background-color: white;
box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.08); } box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.08); }
.navbar-brand { .navbar-brand {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment