diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-01 21:54:10 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-01 21:54:10 -0300 |
| commit | 0af3ccdb2f634033ab56443a2d723c26e3d19e4c (patch) | |
| tree | e5628f20a21f6277115d9f83255710d565ee3813 | |
| parent | 4e24c9d0d59cae70e1e4d75bd9a5d8b1752439fa (diff) | |
css: fix quick-description css getting rekt
| -rw-r--r-- | src/static/css/features.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index f2b4fa04..b0cb575d 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -1955,7 +1955,7 @@ /* Slight stretching past the bottom of the screen seems * to make resizing the window (and "revealing" that area) * a bit smoother. - */ + *....../ position: fixed; bottom: -20px; left: 0; |