Skip to content

Commit d959bd2

Browse files
committed
Hotfix: Hide studio header wrapper on mobile.
1 parent 45785aa commit d959bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dashboard/app/assets/stylesheets/application.css.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ th {
293293
}
294294
}
295295

296-
.header.hide_on_mobile {
296+
.header.hide_on_mobile,
297+
.header-wrapper.hide_on_mobile {
297298
@media screen and (max-width: 900px) {
298299
display: none;
299300
}

0 commit comments

Comments
 (0)