Fix codeblock tooltip position

This commit is contained in:
Guillaume Gomez 2021-03-22 22:17:21 +01:00
parent 2b8fbe6b0b
commit 494e29deea

View File

@ -1346,7 +1346,7 @@ h4 > .notable-traits {
to prevent an overlay between the "collapse toggle" and the information tooltip.
However, it's not needed with smaller screen width because the doc/code block is always put
"one line" below. */
.information:first-child > .tooltip {
.docblock > .information:first-child > .tooltip {
margin-top: 16px;
}
}