move menu btton to bottom and hide whwn expanxed
This commit is contained in:
2
app.js
2
app.js
@@ -1972,11 +1972,13 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
function toggleSidebar() {
|
||||
toolbar.classList.toggle('open');
|
||||
overlay.classList.toggle('show');
|
||||
sidebarToggle.classList.toggle('hidden');
|
||||
}
|
||||
|
||||
function closeSidebar() {
|
||||
toolbar.classList.remove('open');
|
||||
overlay.classList.remove('show');
|
||||
sidebarToggle.classList.remove('hidden');
|
||||
}
|
||||
|
||||
// Toggle sidebar when button is clicked
|
||||
|
||||
Reference in New Issue
Block a user