Skip to content

Commit

Permalink
Merge pull request mixxxdj#45 from radusuciu/hotfix-hide_overflow_on_…
Browse files Browse the repository at this point in the history
…mobile

Fix issue where hamburger menu can be scrolled to
  • Loading branch information
Be-ing committed Oct 15, 2018
2 parents a7a0a9f + 08bd4c5 commit b597195
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions static/css/mixxx.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body
font-family: 'Muli', 'Corbel', 'Tahoma', 'Trebuchet MS', Verdana, arial, serif;
background-color: #000000;
color: #eeeeee;
margin: 0.5em;
padding: 0.5em;
}

#wrapper
Expand All @@ -35,12 +35,12 @@ body
/* styles for general elements */
a
{
/* color: #d0d0d0; very light grey */
color: #ff9000; /* orange */
/** color: #3030ff; blue **/
/* color: #4E55FF; waveform blue */
background-color: transparent;
text-decoration: none; /*underline;*/
/* color: #d0d0d0; very light grey */
color: #ff9000; /* orange */
/** color: #3030ff; blue **/
/* color: #4E55FF; waveform blue */
background-color: transparent;
text-decoration: none; /*underline;*/
}

img
Expand Down Expand Up @@ -87,7 +87,7 @@ img.center
font-size: 1.4em;
height: 55px;
text-align: center;
overflow: hidden;
position: relative;
}

#navbar a
Expand Down Expand Up @@ -277,14 +277,14 @@ p#navbar_tinylinks

#footer_sitemap
{
margin: 0 auto;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
text-align: center;
color: #888888;
font-size: 0.7em;
background-color: #111111;
background-color: #111111;
}

.footer_sitemap_column h2
Expand All @@ -297,9 +297,9 @@ p#navbar_tinylinks
{
vertical-align: top;
display: inline-block;
width: 150px;
margin: 0 auto;
border: 0px dashed;
width: 150px;
margin: 0 auto;
border: 0px dashed;
text-align: left;
}

Expand Down Expand Up @@ -418,7 +418,8 @@ content in columns must be allowed to flow
margin-top: 0.4em;
}

pre {
pre
{
white-space: pre-line;
}
}
Expand Down Expand Up @@ -464,7 +465,7 @@ switch to hamburger menu
display: none;
text-align: left;
z-index: 8;
overflow-x:hidden;
overflow-x: hidden;
}

#hamburger_wrap a
Expand All @@ -479,8 +480,8 @@ switch to hamburger menu
{
display: block;
position: absolute;
top: 17px;
right: 17px;
top: 10px;
right: 10px;

z-index: 9;
-webkit-user-select: none;
Expand Down

0 comments on commit b597195

Please sign in to comment.