scrapbox sidebar
https://gyazo.com/7e7850eef79c08fb2e11350685259f8c
こういう感じになる
code:style.css
.container {
max-width: 960px;
}
@media screen and (min-width: calc(960px + (64px * 2) + 18px)) {
.global-menu-for-user {
position: fixed;
top: 0;
left: 0;
bottom: 0;
display: block;
overflow-x: none;
overflow-y: scroll;
height: 100vh;
min-width: 0;
max-width: calc(((100vw - 960px) / 2) - 64px) !important;
margin: 0;
border-left: none;
border-top: none;
border-bottom: none;
border-radius: 0;
max-height:100vh !important;
}
.navbar-brand {
pointer-events: none;
}
.navbar-brand > .kamon-caret-down {
display: none;
}
}