Fix when viewing the cache from a mobile

This commit is contained in:
KZ
2015-08-13 23:06:15 +01:00
parent 7ffce8fb28
commit ae8fe6f55b

View File

@@ -258,3 +258,7 @@ pre {
border: 0px;
border-radius: 0px;
}
.modal-open .modal {
overflow-x: auto; /* Model can be bigger than the screen on mobiles */
}