fixed scroll
This commit is contained in:
parent
a151e0a977
commit
74b8a1af58
@ -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…
Reference in New Issue
Block a user