Merge pull request 'histostyle' (#97) from histostyle into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #97
pull/98/head^2
Pierre FERREIRA 1 year ago
commit 771522ce59

@ -142,16 +142,38 @@
z-index: 1; z-index: 1;
bottom: 2%; bottom: 2%;
left: 2%; left: 2%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
/* justify-content: end; */
padding: 15px 25px; padding: 15px 25px;
background-color: #d9d9d9; border: solid;
border-radius: 15px; border-width: 0.5px 0.5px 5px 0.5px;
border-color: whitesmoke lightgray gray whitesmoke;
border-radius: 0 5% 15px 0;
height: 250px; height: 250px;
width: 20%; width: 20%;
direction: rtl;
overflow-y: auto; overflow-y: auto;
} }
.historique div{
direction: ltr;
}
.historique::-webkit-scrollbar {
width: 10px;
}
.historique::-webkit-scrollbar-thumb {
background-color: lightgray;
border-radius: 5px;
}
.historique::-webkit-scrollbar-track {
background-color: whitesmoke;
}
.historique::-webkit-scrollbar-corner {
background-color: whitesmoke;
}
Loading…
Cancel
Save