media query for navbar scrolling

This commit is contained in:
vabene1111
2022-06-28 07:30:42 +02:00
parent 44a19e03e8
commit 6643008baf

View File

@@ -422,6 +422,7 @@
</script> </script>
<style> <style>
@media screen and (max-width: 1000px) {
.navbar-collapse { .navbar-collapse {
max-height: 60vh; max-height: 60vh;
overflow-y: auto; overflow-y: auto;
@@ -432,6 +433,7 @@
overflow-y: hidden; overflow-y: hidden;
overflow-x: hidden; overflow-x: hidden;
} }
}
</style> </style>
</body> </body>