FIX responsiveness and overflow on body while trying to keep a working sticky sidebar
This commit is contained in:
parent
ebc42c9fca
commit
c9a90db0d6
|
|
@ -3,9 +3,17 @@ a {
|
|||
@apply text-primary;
|
||||
}
|
||||
|
||||
body{
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
/* Causing issues with the article sidebar index sticky positioning */
|
||||
/* overflow-x: hidden; */
|
||||
/* overflow-x: hidden; */
|
||||
/* overflow-y: clip; */
|
||||
max-width: 100vw;
|
||||
|
||||
|
||||
& > :last-child {
|
||||
margin-bottom: 0px !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user