Improved Infobox scrolling for iOS

This commit is contained in:
Tobias Reich 2014-06-26 12:42:37 +02:00
parent 33446c30e8
commit 6b415ad7e1

View File

@ -43,6 +43,7 @@
height: 100%; height: 100%;
width: 300px; width: 300px;
overflow: scroll; overflow: scroll;
-webkit-overflow-scrolling: touch;
} }
#infobox .edit { #infobox .edit {
display: inline; display: inline;