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 1c7c318 commit 356179bCopy full SHA for 356179b
1 file changed
src/theme/CodeBlock/CodeBlock.scss
@@ -105,6 +105,21 @@
105
}
106
107
108
+/* Special positioning for tooltips in modals */
109
+.example-modal-content .CodeBlock {
110
+ .Copy--Tooltip,
111
+ .PlaygroundLink--Tooltip {
112
+ top: 50%;
113
+ left: -8px;
114
+ transform: translateX(-100%) translateY(-50%);
115
+ }
116
+
117
+ .Copy--Arrow,
118
+ .PlaygroundLink--Arrow {
119
+ display: none;
120
121
+}
122
123
.PlaygroundLink {
124
right: 3.6rem;
125
0 commit comments