Hide scrollbar

This commit is contained in:
Pawan Bhatt 2021-06-19 00:21:52 +05:30
parent 5e3501b2df
commit aad4661bb8

View File

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