mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Show modal close button above content
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
background-color: @fl-body-primary-color;
|
background-color: @fl-body-primary-color;
|
||||||
|
|
||||||
&.in {
|
&.in {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
@@ -106,6 +107,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
Reference in New Issue
Block a user