diff --git a/public/stylesheets/site/2.0/26-media-narrow.css b/public/stylesheets/site/2.0/26-media-narrow.css index 5f13fd408d4..aee2a1722be 100644 --- a/public/stylesheets/site/2.0/26-media-narrow.css +++ b/public/stylesheets/site/2.0/26-media-narrow.css @@ -74,6 +74,16 @@ body .narrow-shown { margin-left: 45px; } +#header .dropdown, #greeting .user { + position: static; +} + +#header .menu { + width: 100%; + position: absolute; + left: 0; +} + /* 04 region dashboard */ #dashboard, #dashboard.own { @@ -274,4 +284,4 @@ form.filters dl { .announcement .thermometer .progress .amount { left: 0; right: auto; -} \ No newline at end of file +}