diff options
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r-- | p/themes/base-theme/frss.rtl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 5684501c3..c6914ac89 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.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 { |