mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-23 13:56:48 +00:00
UI - Live filters preview - Make it sticky in the viewport so its easier to build nice filters
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user