We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d895402 commit 469dc4dCopy full SHA for 469dc4d
1 file changed
src/databrowser.html
@@ -43,9 +43,6 @@
43
<!-- Main content area — single visible region at a time -->
44
<div class="app-main" tabindex="-1" aria-live="polite">
45
<div class="app-shell">
46
- <aside id="NavMenu" class="app-nav" aria-label="Application menu" hidden>
47
- <div id="NavMenuContent" class="menu-content"></div>
48
- </aside>
49
50
<main id="MainContent" class="app-view">
51
<!--
@@ -79,9 +76,6 @@
79
76
</main> <!-- .app-view -->
80
77
</div> <!-- .app-shell -->
81
78
82
- <div id="MenuOverlay" class="menu-overlay" hidden aria-hidden="true"></div>
83
- </div>
84
-
85
</solid-ui-provider>
86
</body>
87
</html>
0 commit comments