mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
13 lines
158 B
CSS
13 lines
158 B
CSS
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
html,body {
|
|
height: 100%;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.char-select-list {
|
|
height: 15em;
|
|
overflow-y: scroll;
|
|
} |