Поправлен стиль модального окна - получше для большого контента
This commit is contained in:
parent
35a5b9583f
commit
a64ddd0c2f
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
z-index: 1000;
|
||||
position: fixed;
|
||||
display: none;
|
||||
padding-top: 100px;
|
||||
padding-top: 40px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
|
@ -13,6 +13,8 @@
|
|||
}
|
||||
|
||||
.modalContent {
|
||||
height: 80%;
|
||||
overflow: auto;
|
||||
background-color: #fefefe;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue