Update to Swagger UI v4.18.1
[netconf.git] / restconf / sal-rest-docgen / src / main / resources / explorer / index.css
diff --git a/restconf/sal-rest-docgen/src/main/resources/explorer/index.css b/restconf/sal-rest-docgen/src/main/resources/explorer/index.css
new file mode 100644 (file)
index 0000000..f2376fd
--- /dev/null
@@ -0,0 +1,16 @@
+html {
+    box-sizing: border-box;
+    overflow: -moz-scrollbars-vertical;
+    overflow-y: scroll;
+}
+
+*,
+*:before,
+*:after {
+    box-sizing: inherit;
+}
+
+body {
+    margin: 0;
+    background: #fafafa;
+}