diff --git a/src/templates/index.ejs b/src/templates/index.ejs index ba161d0..ceed4f2 100644 --- a/src/templates/index.ejs +++ b/src/templates/index.ejs @@ -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;