ajout index g to l + scroll

This commit is contained in:
2026-02-25 17:25:25 +01:00
parent 3361d25187
commit d3f4413f3e
2 changed files with 48 additions and 20 deletions

View File

@@ -1,22 +1,35 @@
html, body {
margin: 0;
overflow: hidden;
}
.col{
display: flex;
height: 98vh;
margin-top: -10px;
}
.col1{
width: 45%;
overflow: auto;
width: 45%;
scrollbar-width: none;
}
.col2{
margin-left: 20px;
text-align: left;
width: 55%;
overflow: auto;
margin-left: 20px;
text-align: left;
width: 55%;
scrollbar-width: none;
}
.dot{
color: black;
text-decoration: none;
margin-left: 6px;
margin-top: 5px;
display: inline-block;
color: black;
text-decoration: none;
margin-left: 6px;
margin-top: 5px;
margin-bottom: 8px;
}
p{
@@ -24,6 +37,7 @@ p{
margin-left: 1%;
border-left: 12px solid rgb(232, 231, 231);
mix-blend-mode: multiply;
}
.sr{
@@ -67,3 +81,4 @@ img{
mix-blend-mode: multiply;
}