We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66cd0a commit 7e7e592Copy full SHA for 7e7e592
1 file changed
js/src/assets/scss/global.scss
@@ -6,6 +6,10 @@
6
z-index: 99;
7
}
8
9
+* {
10
+ box-sizing: border-box;
11
+}
12
+
13
body {
14
margin: 0 !important;
15
0 commit comments