commit f686d7ee9f67c97eb91723531a5ca059e7a89c04
parent 7d63cbdca25f6ae7a27bffef7523257341a54527
Author: Pablo Murad <pblmrd@gmail.com>
Date: Mon, 26 Jan 2026 19:55:27 -0300
small fix
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lazier/web/templates/index.html b/lazier/web/templates/index.html
@@ -785,9 +785,6 @@
padding: var(--spacing-md);
border-radius: var(--border-radius-md);
border: 1px solid rgba(40, 53, 147, 0.1);
- max-height: 400px;
- overflow-y: auto;
- overflow-x: hidden;
margin-top: var(--spacing-md);
line-height: 1.6;
box-shadow:
@@ -795,6 +792,7 @@
inset 0 1px 0 rgba(255, 255, 255, 0.9);
position: relative;
transition: all var(--transition-base);
+ overflow: visible;
}
.preview-content::before {