Skip to content
Snippets Groups Projects
Commit bbd6f808 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#445 - filter modal content overlaps modal

parent 7dd9f40c
Branches
Tags
No related merge requests found
Pipeline #1790 passed
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
border: 3px dashed black; border: 3px dashed black;
} }
.modal { .categoryDeleteModal {
overflow-y: visible !important; overflow-y: visible !important;
} }
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
border: 3px dashed black; border: 3px dashed black;
} }
.modal { .categoryDeleteModal {
overflow-y: visible !important; overflow-y: visible !important;
} }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<#if currentCategory??> <#if currentCategory??>
<!-- confirm delete modal --> <!-- confirm delete modal -->
<div id="modalConfirmDelete" class="modal background-color"> <div id="modalConfirmDelete" class="modal categoryDeleteModal background-color">
<div class="modal-content"> <div class="modal-content">
<h4>${locale.getString("info.title.category.delete")}</h4> <h4>${locale.getString("info.title.category.delete")}</h4>
<p>${locale.getString("info.text.category.delete", currentCategory.name)}</p> <p>${locale.getString("info.text.category.delete", currentCategory.name)}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment