changement du style de l'historique 💄
continuous-integration/drone/push Build is passing Details

pull/97/head
Pierre Ferreira 1 year ago
parent c686ca78bc
commit 5d30ea47fc

@ -137,21 +137,43 @@
/** Historique*/ /** Historique*/
.historique{ .historique {
position: absolute; position: absolute;
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%;
overflow-y:auto;
direction: rtl;
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