mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 17:22:37 -04:00
Fixed search modal overlaying menu on mobile (7.2.7 regression)
This commit is contained in:
@@ -150,6 +150,7 @@
|
||||
z-index: 2;
|
||||
width: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transform: translateX(5%);
|
||||
opacity: 0;
|
||||
transition:
|
||||
|
||||
Reference in New Issue
Block a user