Merge pull request #62 from bhattpawan/master

Improving style.css for password generator
This commit is contained in:
Brad Traversy 2021-06-19 08:23:05 -04:00 committed by GitHub
commit 0cb9fd377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,12 @@ h2 {
.result-container #result { .result-container #result {
word-wrap: break-word; word-wrap: break-word;
max-width: calc(100% - 40px); max-width: calc(100% - 40px);
overflow-y: scroll;
height: 100%;
}
#result::-webkit-scrollbar {
width: 1rem;
} }
.result-container .btn { .result-container .btn {