fix top dropdowns on touch devices

This commit is contained in:
Thibault Duplessis 2013-05-22 16:13:52 +02:00
parent e8153c98ff
commit 7a66319a9f
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import play.api.templates.Html
trait AssetHelper {
val assetVersion = 67
val assetVersion = 68
def cssTag(name: String) = css("stylesheets/" + name)

View file

@ -66,7 +66,6 @@ body.tight > div.content {
}
body.tight #top {
min-width: 780px;
overflow: hidden;
}
#site_description {
position: absolute;