Css modal angepasst an Mobilbildschirmbreite
This commit is contained in:
@@ -244,20 +244,14 @@
|
||||
.modal-content {
|
||||
width: 400px;
|
||||
display: block;
|
||||
overflow-x: no-content;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
/* background-color:#043381;*/
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
|
||||
.modal-footer {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user