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