[dlang.org] [D-Programming-Language/dlang.org] 3cdedc: allow scrolling of the mobile navigation

GitHub via dlang.org dlang.org at puremagic.com
Wed Jan 21 11:32:31 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 3cdedcf5d7d399c3e9873789895bd1ff8a339f2d
      https://github.com/D-Programming-Language/dlang.org/commit/3cdedcf5d7d399c3e9873789895bd1ff8a339f2d
  Author: anonymous <aG0aep6G at users.noreply.github.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M css/style.css

  Log Message:
  -----------
  allow scrolling of the mobile navigation

With position:fixed lower elements would end up unreachable below the
screen on smaller screens.

body{position:relative} makes it so that #navigation and
#navigation-cancel extend all the way down to the bottom of <body>.


  Commit: 502a275b689b017ff15ebcdefa91328c3055bb18
      https://github.com/D-Programming-Language/dlang.org/commit/502a275b689b017ff15ebcdefa91328c3055bb18
  Author: Vladimir Panteleev <thecybershadow at gmail.com>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M css/style.css

  Log Message:
  -----------
  Merge pull request #819 from aG0aep6G/scrollable-mobile-navigation

allow scrolling of the mobile navigation


Compare: https://github.com/D-Programming-Language/dlang.org/compare/efdaf838547b...502a275b689b


More information about the dlang.org mailing list