We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 829ad0d + 73f9619 commit 6a572a2Copy full SHA for 6a572a2
2 files changed
src/css/style.css
@@ -1,3 +1,12 @@
1
+html {
2
+ padding: 0px;
3
+ margin: 0px;
4
+}
5
+
6
+body {
7
+ overflow: hidden;
8
9
10
.body {
11
overflow-y: hidden;
12
}
@@ -154,20 +163,14 @@ a:visited {
154
163
155
164
156
165
#text::-webkit-scrollbar {
157
- width: 15px;
166
+ width: 12px;
158
167
background-color: #f1f1f1;
159
168
160
169
161
170
#text::-webkit-scrollbar-thumb {
162
171
background-color: #c1c1c1;
172
173
-body,
-html {
- padding: 0px;
- margin: 0px;
-}
-
174
input[type="file"] {
175
display: none;
176
src/sw.js
@@ -1,4 +1,4 @@
-var cacheName = 'editpad';
+var cacheName = 'editpad-v1';
var filesToCache = [
'/',
'/index.html',
0 commit comments