Skip to content

Commit

Permalink
Merge pull request #1468 from jumpserver/pr@dev@fix_overflow
Browse files Browse the repository at this point in the history
fixed: Fixed high overflow issues
  • Loading branch information
ZhaoJiSen authored Sep 9, 2024
2 parents e9ed4fc + 846fb78 commit 8c134e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<n-config-provider :theme="darkTheme" :locale="zhCN" :date-locale="dateZhCN">
<n-config-provider :theme="darkTheme" :locale="zhCN" :date-locale="dateZhCN" class="overflow-hidden">
<n-dialog-provider>
<n-notification-provider>
<n-message-provider>
Expand Down

0 comments on commit 8c134e6

Please sign in to comment.