better scrollbar

This commit is contained in:
2023-06-12 11:30:13 +02:00
parent 6e9e77d7a6
commit 7fbff9cd9c

View File

@@ -16,6 +16,10 @@
margin-top: 10px;
margin-bottom: 10px;
}
select::-webkit-scrollbar {
display: none;
}
.selector select {
height: 30px;
@@ -24,6 +28,9 @@
background-color: #172336;
color: #fff;
border: none;
scrollbar-width: thin;
scrollbar-color: #172336 #172336;
overflow-y: scroll;
}
.selector button {
@@ -35,6 +42,10 @@
color: #fff;
border: none;
}
.selector button:hover {
scale: 1.1;
cursor: pointer;
}
#export-textarea {
font-size: 16px;