diff options
author | 0neGal <mail@0negal.com> | 2022-01-15 03:02:35 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-15 03:02:35 +0100 |
commit | 28c4b768762dbc8265d822d12611cd95c559ff0b (patch) | |
tree | bb6939b82f5b8fcda7390408ce6872b91c9e6ad5 | |
parent | 4530f682a674ac53f813f2c4194430cbe299f86d (diff) | |
download | Viper-28c4b768762dbc8265d822d12611cd95c559ff0b.tar.gz Viper-28c4b768762dbc8265d822d12611cd95c559ff0b.zip |
fix scroll overflow
-rw-r--r-- | src/app/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 30f462e..3907461 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -353,6 +353,7 @@ code { #modsdiv { height: 50vh; + overflow-y: scroll; border-radius: 5px; background: var(--bg); backdrop-filter: blur(15px); |