Modal add mask & dragable prop
This commit is contained in:
parent
d42d4def98
commit
1c7289e9dd
3 changed files with 40 additions and 63 deletions
|
@ -39,6 +39,11 @@
|
|||
border: 0;
|
||||
border-radius: @border-radius-base;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,.15);
|
||||
|
||||
&-no-mask{
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
|
@ -102,6 +107,9 @@
|
|||
bottom: 0;
|
||||
}
|
||||
}
|
||||
&-no-mask{
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue