4 lines
82 B
CSS
4 lines
82 B
CSS
html {
|
|
/* Removes the vertical scrollbar caused by Bulma */
|
|
overflow-y: auto;
|
|
}
|