diff --git a/src/views/DiffChecker.module.scss b/src/views/DiffChecker.module.scss index 47258f8..1205af6 100644 --- a/src/views/DiffChecker.module.scss +++ b/src/views/DiffChecker.module.scss @@ -22,8 +22,11 @@ & > div > textarea { position: absolute; - max-height: 93%; + max-height: 90%; max-width: 95%; + @include desktop-up { + max-height: 93%; + } } } diff --git a/src/views/QRGenerator.module.scss b/src/views/QRGenerator.module.scss index 014511b..3c98a16 100644 --- a/src/views/QRGenerator.module.scss +++ b/src/views/QRGenerator.module.scss @@ -17,8 +17,11 @@ & > div > textarea { position: absolute; - max-height: 95%; + max-height: 90%; max-width: 95%; + @include desktop-up { + max-height: 97%; + } } }