open-productive-stack/mailcow/data/web/api/index.css
2025-04-06 22:48:06 +02:00

16 lines
202 B
CSS

html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}