mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
added overflow for content
This commit is contained in:
parent
bfba790433
commit
782cbc1093
@ -95,6 +95,9 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
||||||
background-color: var(--background-color-primary);
|
background-color: var(--background-color-primary);
|
||||||
|
|
||||||
|
overflow-y: overlay;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
@ -132,13 +135,6 @@ span {
|
|||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-message-notice-wrapper {
|
|
||||||
.ant-message-notice-content {
|
|
||||||
color: var(--text-color) !important;
|
|
||||||
background-color: var(--background-color-primary) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.app_setup {
|
.app_setup {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user