diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/manage/_client.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/manage/_client.scss b/css/manage/_client.scss index 4466a6a..c16a5fe 100644 --- a/css/manage/_client.scss +++ b/css/manage/_client.scss @@ -34,7 +34,7 @@ border: 1px solid var(--body-bg-alt); min-height: 40rem; max-height: 75vh; - overflow: scroll; + overflow-y: scroll; width: 100%; position: absolute; top: $header-height; |