Skip to content

Instantly share code, notes, and snippets.

@eproxus
Last active March 7, 2026 12:09
Show Gist options
  • Select an option

  • Save eproxus/b81e5bca7f9154deba1cfc17948dc03d to your computer and use it in GitHub Desktop.

Select an option

Save eproxus/b81e5bca7f9154deba1cfc17948dc03d to your computer and use it in GitHub Desktop.
Kagi Floating Search Box
.search_form_box {
position: fixed;
top: 0;
z-index: 999;
background: var(--body-bg);
width: calc(var(--center_content_width) + var(--center_content_padding) * 2);
}
.search-form {
box-shadow: 0 -4px 12px 8px var(--box-shadow),
0 -4px 12px 8px var(--box-shadow),
-30px 0 12px 0 var(--box-shadow),
30px 0 12px 0 var(--box-shadow) !important;
border-radius: 30px;
}
body {
padding-top: 60px;
}
@eproxus
Copy link
Author

eproxus commented Mar 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment