diff --git a/style.css b/style.css index be8ad3f..45d0ffd 100644 --- a/style.css +++ b/style.css @@ -32,6 +32,7 @@ html, body { height: 100%; + overflow: hidden; } #left { @@ -40,6 +41,8 @@ body { height: 100%; background: #dee1f1; overflow-y: auto; + scroll-behavior: smooth; + scrollbar-color: #a4a4d4 #3c4cac; } #right { @@ -47,7 +50,7 @@ body { width: 50%; background: #fdfae3; height: 100%; - overflow-y: auto; + } img { @@ -107,6 +110,7 @@ h1 { font-size: 25px; font-family: "ARK-ES Regular"; color: #3c4cac; + padding-top: 30px; } .details {