Skip to content

Commit 1dcb240

Browse files
Merge pull request #344 from aannaassalam/issue
Boss Mobile navbar made more responsive issue#214
2 parents 226c28d + 0ad603b commit 1dcb240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layouts/main.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
$(".hamburger-container").click(function() {
128128
if (!toggle) {
129129
$(".menu.fluid").css({
130-
'height': '100%'
130+
'height': 'fit-content'
131131
});
132132
toggle = 1;
133133
} else {

0 commit comments

Comments
 (0)