Skip to content

Commit

Permalink
fix Fixed page sidebar style error when 'type' is' External_Static','…
Browse files Browse the repository at this point in the history
…theme' is' Elements' (#820)

Co-authored-by: ifreedom <lz@ifreedom.top>
  • Loading branch information
lz-freedom and ifreedom001 authored Mar 9, 2024
1 parent 123058f commit e8ac03d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/external/elements.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit e8ac03d

Please sign in to comment.