We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a355e commit ba2591fCopy full SHA for ba2591f
scaladoc/resources/dotty_res/styles/theme/components/table-of-content.css
@@ -11,6 +11,13 @@
11
padding: var(--base-spacing);
12
}
13
14
+@media (max-height: 600px) and (orientation: landscape){
15
+ #toc-container {
16
+ position: fixed;
17
+ top: 90px;
18
+ }
19
+}
20
+
21
.toc-list {
22
margin-block-start: calc(2 * var(--base-spacing));
23
margin-block-end: 0;
@@ -35,13 +42,20 @@
35
42
left: calc(102 * var(--base-spacing));
36
43
37
44
}*/
45
+@media (max-height: 820px) and (orientation: landscape){
46
+ .toc-nav {
47
+ max-height: calc(100vh - 200px);
48
+ overflow: auto;
49
50
38
51
39
52
@media (max-width: 768px) {
40
53
#toc {
41
54
display: none;
55
56
57
58
59
.toc-title {
60
color: var(--text-primary);
61
margin-bottom: calc(2 * var(--base-spacing));
0 commit comments