mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix sidebar X button overlapping search input
Add top padding when sidebar is open to make room for the close button. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -862,6 +862,7 @@
|
||||
transform: translateX(0);
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
padding-top: 2.5rem;
|
||||
}
|
||||
|
||||
#sidebar-toggle:checked ~ .sidebar-toggle-container {
|
||||
|
||||
Reference in New Issue
Block a user