mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 13:53:58 +08:00
Show modal close button above content
This commit is contained in:
parent
affebc2ca1
commit
9034074f8d
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user