Fix: img modal when window is too narrow

This commit is contained in:
cutls
2020-02-11 01:55:40 +09:00
parent 2732161dd2
commit c8786ca00f
6 changed files with 23 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ option {
padding: 0;
}
#imagemodal .modal-footer {
overflow-x: scroll;
overflow-x: hidden;
overflow-y: hidden;
}