Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Fix for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ukatama committed Mar 28, 2016
1 parent c8260a2 commit 976d325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/sheets/sw2_character_ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const Group = (props) => {
const Style = {
margin: 16,
padding: Array.isArray(children) ? '0 16px' : 0,
overflow: 'hidden',
overflowX: 'auto',
WebkitOverflowScrolling: 'touch',
};

return (
Expand Down
1 change: 1 addition & 0 deletions views/index.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
doctype html
head
title Nekosheet
meta(name="viewport", content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0")
link(rel="stylesheet", href="css/sanitize.css")
style.
html, body, #app {
Expand Down

0 comments on commit 976d325

Please sign in to comment.