diff --git a/src/catppuccin-vimium-frappe.css b/src/catppuccin-vimium-frappe.css index acbc639..2f0e5ff 100644 --- a/src/catppuccin-vimium-frappe.css +++ b/src/catppuccin-vimium-frappe.css @@ -23,6 +23,7 @@ background: #303446; /* base */ border: 2px solid #BABBF1; /* lavender */ animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards; + max-height: calc(100vh - 70px); overflow: hidden; } diff --git a/src/catppuccin-vimium-latte.css b/src/catppuccin-vimium-latte.css index b691611..fc0c6f3 100644 --- a/src/catppuccin-vimium-latte.css +++ b/src/catppuccin-vimium-latte.css @@ -23,6 +23,7 @@ background: #EFF1F5; /* base */ border: 2px solid #7287FD; /* lavender */ animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards; + max-height: calc(100vh - 70px); overflow: hidden; } diff --git a/src/catppuccin-vimium-macchiato.css b/src/catppuccin-vimium-macchiato.css index fb3f5b8..b524178 100644 --- a/src/catppuccin-vimium-macchiato.css +++ b/src/catppuccin-vimium-macchiato.css @@ -23,6 +23,7 @@ background: #24273A; /* base */ border: 2px solid #B7BDF8; /* lavender */ animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards; + max-height: calc(100vh - 70px); overflow: hidden; } diff --git a/src/catppuccin-vimium-mocha.css b/src/catppuccin-vimium-mocha.css index a1fc828..47a87aa 100644 --- a/src/catppuccin-vimium-mocha.css +++ b/src/catppuccin-vimium-mocha.css @@ -23,6 +23,7 @@ background: #1E1E2E; /* base */ border: 2px solid #B4BEFE; /* lavender */ animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards; + max-height: calc(100vh - 70px); overflow: hidden; }