Browse Source

fixed scroll

master
alicestrt 3 years ago
parent
commit
74b8a1af58
  1. 6
      style.css

6
style.css

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

Loading…
Cancel
Save