diff --git a/src/renderer/src/style/index.less b/src/renderer/src/style/index.less index 5f5b0cc..11ceb17 100644 --- a/src/renderer/src/style/index.less +++ b/src/renderer/src/style/index.less @@ -95,6 +95,9 @@ body { padding: 20px; background-color: var(--background-color-primary); + + overflow-y: overlay; + overflow-x: hidden; } h1, @@ -132,13 +135,6 @@ span { gap: 6px; } -.ant-message-notice-wrapper { - .ant-message-notice-content { - color: var(--text-color) !important; - background-color: var(--background-color-primary) !important; - } -} - .app_setup { display: flex; flex-direction: column;