mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
Show modal close button above content
This commit is contained in:
parent
affebc2ca1
commit
9034074f8d
|
@ -3,6 +3,7 @@
|
|||
|
||||
.modal-backdrop {
|
||||
background-color: @fl-body-primary-color;
|
||||
|
||||
&.in {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
@ -106,6 +107,7 @@
|
|||
position: absolute;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
.modal-content {
|
||||
|
|
Loading…
Reference in New Issue
Block a user