UI - Live filters preview - Make it sticky in the viewport so its easier to build nice filters

This commit is contained in:
dgtlmoon
2024-10-05 16:53:45 +02:00
parent e9e063e18e
commit 97af190910
2 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ body.preview-text-enabled {
#text-preview {
position: sticky;
top: 20px;
padding-top: 1rem;
padding-bottom: 1rem;
display: block !important;
@@ -474,6 +474,7 @@ body.preview-text-enabled {
display: none; }
body.preview-text-enabled #text-preview {
position: sticky;
top: 20px;
padding-top: 1rem;
padding-bottom: 1rem;
display: block !important; }