fixing thumbnail

This commit is contained in:
2023-04-05 23:14:23 +02:00
5 changed files with 53 additions and 32 deletions

View File

@ -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,6 +1247,8 @@ div.posts>a:hover::after {
}
.navbar {
position: sticky;
top: 0;
padding: 0;
width: 100%;
z-index: 3;
@ -2796,8 +2798,3 @@ ul.navbar-nav-guests li.nav-item {
background: #00000036;
}
}
#main {
overflow: auto;
height: calc(100%);
}