scroll content instead of body #57
|
@ -1136,9 +1136,9 @@ body {
|
|||
line-height: 2;
|
||||
scrollbar-color: var(--scrollbar-color) transparent;
|
||||
scrollbar-width: thin;
|
||||
overscroll-behavior-y: contain;
|
||||
overflow: unset;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
@ -1247,8 +1247,6 @@ div.posts>a:hover::after {
|
|||
}
|
||||
|
||||
.navbar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
z-index: 3;
|
||||
|
@ -2798,4 +2796,9 @@ ul.navbar-nav-guests li.nav-item {
|
|||
.random:active {
|
||||
background: #00000036;
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
overflow: auto;
|
||||
height: calc(100%);
|
||||
}
|
|
@ -97,9 +97,6 @@
|
|||
@endif
|
||||
</span>
|
||||
</div>
|
||||
<div class="random">
|
||||
<a href="/random"></a>
|
||||
</div>
|
||||
</div>
|
||||
@include(snippets/footer)
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user