diff options
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index adea1f6cc..90abbf254 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -431,7 +431,11 @@ td.numeric { } .form-group.form-actions { + position: sticky; + bottom: 0; + backdrop-filter: blur(2px) grayscale(1); min-width: 250px; + z-index: 80; } .form-group .group-name { |
