Hide scrollbar

pull/62/head
Pawan Bhatt 3 years ago
parent 5e3501b2df
commit aad4661bb8

@ -51,6 +51,9 @@ h2 {
height: 100%;
}
#result::-webkit-scrollbar {
width: 1rem;
}
.result-container .btn {
position: absolute;

Loading…
Cancel
Save