mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-02 10:48:49 -04:00
Fixed visual quirk when opening language selector
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
transition:
|
||||
transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),
|
||||
opacity 250ms,
|
||||
max-height 250ms;
|
||||
max-height 0ms;
|
||||
}
|
||||
|
||||
// Selection bubble handle
|
||||
|
||||
Reference in New Issue
Block a user