8 lines
125 B
CSS
8 lines
125 B
CSS
html {
|
|
/* Removes the vertical scrollbar caused by Bulma */
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.char-name.title {
|
|
margin-bottom: 0px;
|
|
}
|