Browse Source

Improved Infobox scrolling for iOS

Tobias Reich 10 years ago
parent
commit
6b415ad7e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/css/infobox.css

+ 1 - 0
assets/css/infobox.css

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