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