aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-06-12 21:45:16 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-12 21:45:16 +0200
commit35ee123dda654facadf82037675c21ca215d7fec (patch)
tree3639b9a76b005855062e7dc384678d52a5715d3d /p/themes/base-theme/frss.css
parent493d46759eda507190b11206f6c3d668edbd9b40 (diff)
Sticky buttons (#6304)
* make it sticky * Origine theme * fix * config option * i18n * CSS * fix category config * some themes and some fixes * grey behind the buttons * more themes * Revert "config option" This reverts commit b81ae15030979ebfcfdce070ce8b36c4b9444155. * Revert "CSS" This reverts commit a0f4f769f17298f10cc2279c57c0688d47844d83. * css * revert i18n
Diffstat (limited to 'p/themes/base-theme/frss.css')
-rw-r--r--p/themes/base-theme/frss.css4
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 {