Browse Source

fix Fixed page sidebar style error when 'type' is' External_Static','theme' is' Elements' (#820)

Co-authored-by: ifreedom <lz@ifreedom.top>
刘展 1 year ago
parent
commit
e8ac03d04e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resources/views/external/elements.blade.php

+ 5 - 0
resources/views/external/elements.blade.php

@@ -8,6 +8,11 @@
     <!-- Embed elements Elements via Web Component -->
     <script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
     <link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
+    <style>
+        body {
+            height: 100vh;
+        }
+    </style>
 </head>
 <body>