Make modals stay above footer; Bump version

This commit is contained in:
Robbie Antenesse 2019-12-01 21:22:24 -07:00
parent 1bb8ace20a
commit b20c6703ef
5 changed files with 7 additions and 10 deletions

View File

@ -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",

View File

@ -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) . "\"

View File

@ -153,6 +153,7 @@ span .tag {
left: 0;
bottom: 0;
right: 0;
z-index: 10;
.modal-background {
position: absolute;

View File

@ -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;

View File

@ -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 {