Skip to content

Commit

Permalink
Attempt to fix broken submenus on smartphones
Browse files Browse the repository at this point in the history
This is apparently a known issue in Bootstrap 2.3.x, with a few proposed
solutions. This is the simplest:
twbs/bootstrap#7968
  • Loading branch information
jimallman committed Jun 22, 2014
1 parent 6553ee1 commit 1588f6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webapp/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{=response.title or request.application}}</title>
{{response.files.append(URL('static','css/bootstrap.css'))}}
{{response.files.append(URL('static','css/bootstrap-responsive.css'))}}
<style type="text/css">
/* TODO: add page-specific styles here */
.dropdown-backdrop{
position: static;
}
</style>
{{response.files.append(URL('static','css/bootstrap-responsive.css'))}}

<script type="text/javascript">
/*
Expand Down

0 comments on commit 1588f6f

Please sign in to comment.