Skip to content

Commit

Permalink
Merge pull request #715 from jembi/86c0fe6na-rm-padding-on-navbar
Browse files Browse the repository at this point in the history
hiding x overflow
  • Loading branch information
drizzentic authored Nov 6, 2024
2 parents dab4669 + 9ee8d75 commit 2e2b0ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/root-config/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
href="https://cdn.jsdelivr.net/npm/[email protected]/lib/system/single-spa.min.js"
as="script"
/>
<style>
body {
overflow-x: hidden;
}
</style>
<% if (!isLocal) { %>
<script id="fetch-config">
fetch('/config/default.json')
Expand Down

0 comments on commit 2e2b0ec

Please sign in to comment.