mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 07:35:51 +01:00
6 lines
119 B
CSS
6 lines
119 B
CSS
@import './mermaid.css';
|
|
|
|
html {
|
|
scrollbar-gutter: stable;
|
|
overflow-y: scroll; /* Show vertical scrollbar */
|
|
}
|