Procházet zdrojové kódy

Ensure a consistent set of scrollbars in tooltip

Steven Silvester před 7 roky
rodič
revize
02387ac8ac
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      packages/tooltip/style/index.css

+ 6 - 0
packages/tooltip/style/index.css

@@ -15,6 +15,12 @@
 }
 
 
+.jp-Tooltip > .jp-RenderedText,
+.jp-Tooltip > .jp-RenderedText > pre {
+  overflow: visible;
+}
+
+
 .jp-Tooltip:focus {
   outline: 0;
 }