Fixed glitches with headings by replacing a CSS hack by a JS solution.

This commit is contained in:
Šesták Vít
2016-02-10 10:57:23 +01:00
parent 5102855990
commit 2d3e3b5164
4 changed files with 11 additions and 8 deletions

View File

@@ -67,6 +67,8 @@ libraryDependencies ++= Seq(
"com.mohiva" %% "play-silhouette-testkit" % "3.0.4" % "test"
)
libraryDependencies += "org.webjars.bower" % "jquery.scrollTo" % "2.1.2"
libraryDependencies += "net.codingwell" %% "scala-guice" % "4.0.0"
libraryDependencies += "net.ceedubs" %% "ficus" % "1.1.2"