diff --git a/package.json b/package.json index 4514060..44d19cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lexiconga", - "version": "2.1.3", + "version": "2.1.4", "description": "The quick and easy dictionary builder for constructed languages.", "main": "template-index.html", "repository": "https://github.com/Alamantus/Lexiconga.git", diff --git a/src/php/router.php b/src/php/router.php index c2cc550..ec0eb64 100644 --- a/src/php/router.php +++ b/src/php/router.php @@ -134,7 +134,7 @@ switch ($view) { oldLoad && oldLoad(); if (UpUp) { UpUp.start({ - 'cache-version': '2.1.3', + 'cache-version': '2.1.4', 'content-url': 'offline.html', 'assets': [ \"" . implode('","', $files) . "\" diff --git a/src/scss/_elements.scss b/src/scss/_elements.scss index b310cdb..bbe9f8e 100644 --- a/src/scss/_elements.scss +++ b/src/scss/_elements.scss @@ -153,6 +153,7 @@ span .tag { left: 0; bottom: 0; right: 0; + z-index: 10; .modal-background { position: absolute; diff --git a/src/scss/_structure.scss b/src/scss/_structure.scss index 2848da9..b510944 100644 --- a/src/scss/_structure.scss +++ b/src/scss/_structure.scss @@ -347,7 +347,7 @@ $nav-font-height: 16px; bottom: $general-padding; right: $general-padding; max-width: 300px; - z-index: 10; + z-index: 15; .message { position: relative; diff --git a/src/scss/mobile/_elements.scss b/src/scss/mobile/_elements.scss index 46dd5fe..b6b4155 100644 --- a/src/scss/mobile/_elements.scss +++ b/src/scss/mobile/_elements.scss @@ -23,13 +23,9 @@ } } -.modal { - z-index: 10; - - .modal-content .close-button { - top: 5px; - right: 5px; - } +.modal .modal-content .close-button { + top: 5px; + right: 5px; } .split {