diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 870e9e8895..12ebcb6efd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -46,6 +46,7 @@ Changelog * Fix: Fixed a bug preventing pages with a OneToOneField from being copied (Liam Brenner) * Fix: SASS compilation errors during Wagtail development no longer cause exit of Gulp process, instead throws error to console and continues (Thomas Winter) * Fix: Explorer page listing now uses specific page models, so that custom URL schemes defined on Page subclasses are respected + * Fix: Made settings menu clickable again in Firefox 46.0a2 (Juha Kujala) 1.3.1 (05.01.2016) ~~~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 91e518f648..71843961ef 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -113,6 +113,7 @@ Contributors * Nicolas Kuttler * Mike Dingjan * Loic Teixeira +* Juha Kujala Translators =========== diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index 205944b8bd..22dcdbba2f 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -89,7 +89,8 @@ Bug fixes * StreamBlock HTML rendering now handles non-ASCII characters correctly on Python 2 (Mikalai Radchuk) * Fixed a bug preventing pages with a ``OneToOneField`` from being copied (Liam Brenner) * SASS compilation errors during Wagtail development no longer cause exit of Gulp process, instead throws error to console and continues (Thomas Winter) - * Fix: Explorer page listing now uses specific page models, so that custom URL schemes defined on Page subclasses are respected + * Explorer page listing now uses specific page models, so that custom URL schemes defined on Page subclasses are respected + * Made settings menu clickable again in Firefox 46.0a2 (Juha Kujala) Upgrade considerations diff --git a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss index d4714402b0..315597bb95 100644 --- a/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss +++ b/wagtail/wagtailadmin/static_src/wagtailadmin/scss/core.scss @@ -443,10 +443,6 @@ footer, // Z-indexes .nav-main { - li { - z-index: 1; - } - .footer { z-index: 2; }