Skip to content

Commit bd3a9bf

Browse files
fix(style): hide scrollbar
1 parent 2d83892 commit bd3a9bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
import './style.css'
2+
13
import { start } from './scenes'
24

35
start()
46

57
// press F1
6-
// debug.inspect = true;
8+
// debug.inspect = true

src/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
html,
2+
body {
3+
overflow: hidden;
4+
}

0 commit comments

Comments
 (0)