Skip to content

Commit

Permalink
fix to avoid chrome crash on scroll caret click
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Jun 2, 2020
1 parent 3d40fae commit 0e5b3e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion css-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
html {
background: var(--css-ui--bg);
font-family: var(--css-ui--font);
scroll-snap-type: y mandatory;
height: 100vh;
font-size: 1em;
overflow-x: hidden
Expand Down
2 changes: 1 addition & 1 deletion css-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcf.vs/css-ui",
"version": "3.0.7",
"version": "3.1.0",
"description": "A pure CSS base to make a responsive user interface",
"main": "css-ui.min.css",
"scripts": {
Expand Down

0 comments on commit 0e5b3e2

Please sign in to comment.