Overflow fix

Fix #231
This commit is contained in:
Alexandre Vicenzi 2021-02-04 23:59:54 +01:00
parent 69fc4c39c1
commit 9d1bc78eab
2 changed files with 4 additions and 8 deletions

View file

@ -536,9 +536,9 @@ ul.social {
width: 25vw;
height: 100vh;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
overflow-y: auto;
div {
padding: 36px 18px;
@ -559,15 +559,11 @@ ul.social {
}
main {
width: 75vw;
height: 100vh;
position: absolute;
top: 0;
left: 25vw;
overflow-x: hidden;
position: relative;
padding-left: 25vw;
article {
max-width: 760px;
ul.list {

File diff suppressed because one or more lines are too long