mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
docs: fix: Safari sidebar ul has toolbar cut off
This commit is contained in:
Vendored
+2
-2
@@ -387,7 +387,7 @@ aside {
|
|||||||
background-color: var(--mobile-nav-background);
|
background-color: var(--mobile-nav-background);
|
||||||
color: var(--mobile-nav-text);
|
color: var(--mobile-nav-text);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
max-height: 100vh;
|
max-height: 100dvh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior-y: contain;
|
overscroll-behavior-y: contain;
|
||||||
}
|
}
|
||||||
@@ -1285,7 +1285,7 @@ div.code-block-caption {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1em;
|
top: 1em;
|
||||||
max-height: calc(100vh - 2em);
|
max-height: calc(100dvh - 2em);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user