diff --git a/password-generator/style.css b/password-generator/style.css index c30058d..c0de4c7 100644 --- a/password-generator/style.css +++ b/password-generator/style.css @@ -47,8 +47,11 @@ h2 { .result-container #result { word-wrap: break-word; max-width: calc(100% - 40px); + overflow-y: scroll; + height: 100%; } + .result-container .btn { position: absolute; top: 5px;