mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
fixing book logo hack to not partially cover the search button
This commit is contained in:
parent
fa47bab2cd
commit
7f1ddd23ea
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
width: calc(100% - var(--open-sidebar-width) - 113px - 65px);
|
width: calc(100% - var(--open-sidebar-width) - 113px - 65px);
|
||||||
height: var(--menu-bar-height);
|
height: var(--menu-bar-height);
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-logo {
|
#header-logo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue