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,15 +422,17 @@
</script>
<style>
.navbar-collapse {
max-height: 60vh;
overflow-y: auto;
overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
.navbar-collapse {
max-height: 60vh;
overflow-y: auto;
overflow-x: hidden;
}
.collapsing {
overflow-y: hidden;
overflow-x: hidden;
.collapsing {
overflow-y: hidden;
overflow-x: hidden;
}
}
</style>