Menüanzeigebug behoben
This commit is contained in:
@@ -72,7 +72,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
// Add this right after your existing toggleSidebar function
|
||||
function updateMenuVisibility() {
|
||||
const menuToggle = document.querySelector('.menu-toggle');
|
||||
if (window.innerWidth <= 768) { // Smartphone breakpoint
|
||||
if (window.innerWidth <= 1024) { // Smartphone breakpoint
|
||||
menuToggle.style.display = 'flex';
|
||||
} else {
|
||||
menuToggle.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user