summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/layout
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/internal/layout')
-rw-r--r--packages/tui/internal/layout/overlay.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/tui/internal/layout/overlay.go b/packages/tui/internal/layout/overlay.go
index c2cd54b1a..a6dd6f40a 100644
--- a/packages/tui/internal/layout/overlay.go
+++ b/packages/tui/internal/layout/overlay.go
@@ -40,6 +40,8 @@ func PlaceOverlay(
bgHeight := len(bgLines)
fgHeight := len(fgLines)
+ shadow = false
+
if shadow {
t := theme.CurrentTheme()
baseStyle := styles.BaseStyle()