druid-docs-cn/styles/website.css

9 lines
119 B
CSS
Raw Normal View History

2020-03-24 02:04:29 -04:00
.atoc {
2020-03-26 05:17:52 -04:00
top: 50px;
max-height: 400px;
overflow: auto;
2020-03-28 05:31:45 -04:00
}
pre[class*="language-"] {
max-height: 500px;
2020-03-24 01:56:33 -04:00
}