mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
added overflow for content
This commit is contained in:
parent
bfba790433
commit
782cbc1093
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user