Fix when viewing the cache from a mobile

This commit is contained in:
Kayomani
2015-08-13 23:06:15 +01:00
parent dbe1fab435
commit d9c3fd6b62

View File

@@ -257,4 +257,8 @@ pre {
background-color: transparent; background-color: transparent;
border: 0px; border: 0px;
border-radius: 0px; border-radius: 0px;
}
.modal-open .modal {
overflow-x: auto; /* Model can be bigger than the screen on mobiles */
} }