Browse Source

fixed scroll

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

6
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 {

Loading…
Cancel
Save