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

File diff suppressed because one or more lines are too long