Skip to content

Commit 05914d8

Browse files
committed
hide mow and completer scrollbar
1 parent c3f526a commit 05914d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/content/buffer.xhtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<title/>
7+
<style><![CDATA[
8+
html {
9+
overflow: hidden;
10+
}
11+
]]></style>
712
</head>
813
<body/>
914
</html>

0 commit comments

Comments
 (0)