Skip to content

Commit 0cb9fd3

Browse files
authored
Merge pull request bradtraversy#62 from bhattpawan/master
Improving style.css for password generator
2 parents 4dd2f9d + aad4661 commit 0cb9fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

password-generator/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ h2 {
4747
.result-container #result {
4848
word-wrap: break-word;
4949
max-width: calc(100% - 40px);
50+
overflow-y: scroll;
51+
height: 100%;
52+
}
53+
54+
#result::-webkit-scrollbar {
55+
width: 1rem;
5056
}
5157

5258
.result-container .btn {

0 commit comments

Comments
 (0)