mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-04-02 11:20:23 +02:00
Avoid fullscreen scrollbar
This commit is contained in:
parent
6aeb69fb37
commit
8b2fb2d466
themes/starter/source/assets/scss/modules
@ -4,6 +4,7 @@
|
||||
padding-bottom: 1.5em;
|
||||
background: $black url(/img/index-bg.jpg) center center no-repeat;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.i-sidebar + .main__container {
|
||||
@ -267,6 +268,10 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mq-medium) {
|
||||
.main__container {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.grid__item {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.sidebar {
|
||||
background-color: $black;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
z-index: $zIndex--4;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user