Update README.md, fix x-overflow (temporarily)

This commit is contained in:
2018-10-23 17:34:36 +11:00
parent 5f37dc3194
commit 0b52fd1550
2 changed files with 13 additions and 4 deletions

View File

@ -8,4 +8,6 @@
* Version:
* 1.0.0 - 2018/05/03
*/
.c-app {}
.c-app {
overflow-x: hidden;//Temporary until I find time to find the overflowing element
}