mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 03:25:13 -04:00
Refactored navigation and drawer
This commit is contained in:
@@ -92,7 +92,7 @@ class Sidebar {
|
||||
*/
|
||||
reset() {
|
||||
this.el_.classList.remove('md-js__sidebar--locked');
|
||||
this.el_.style.height_ = '';
|
||||
this.el_.style.height = '';
|
||||
|
||||
/* Reset parameters */
|
||||
this.height_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user