diff options
author | therealbobo | 2020-09-12 15:17:12 +0000 |
---|---|---|
committer | therealbobo | 2020-09-12 15:17:12 +0000 |
commit | d67d6c7b59c0454e0fdfdc3adcfd2064c9b1810e (patch) | |
tree | b4c4641cc7b121145e0285f4df724f9510fb78f0 /frontend | |
parent | 55806495242672ccf18e6bd96a73956bce61366f (diff) |
fixed scrollbar in connection-content class
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/components/ConnectionContent.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/ConnectionContent.scss b/frontend/src/components/ConnectionContent.scss index a1b4afd..5a17066 100644 --- a/frontend/src/components/ConnectionContent.scss +++ b/frontend/src/components/ConnectionContent.scss @@ -3,7 +3,7 @@ .connection-content { background-color: $color-primary-3; height: 100%; - overflow: auto; + overflow: fixed; pre { background-color: $color-primary-0; @@ -11,7 +11,7 @@ word-break: break-word; max-width: 100%; white-space: pre-wrap; - height: 100%; + height: 95%; } .from-client { |