File tree Expand file tree Collapse file tree
ui-components/src/Common/BaseCodeBox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- @import " @shikijs/twoslash/style-rich.css" ;
1+ @import ' @shikijs/twoslash/style-rich.css' ;
22
33.twoslash-popup-container {
44 > : not (.twoslash-popup-code ) {
55 display : none !important ;
66 }
77
88 .twoslash-popup-code {
9- z-index : 9999 ;
9+ > span {
10+ display : inline-block !important ;
11+ }
12+
13+ display : flex !important ;
14+ flex-wrap : wrap !important ;
15+
16+ font-size : small;
1017 }
1118
1219 position : fixed !important ;
13- }
20+ }
Original file line number Diff line number Diff line change 22
33.root {
44 @apply w-full
5+ translate-x-0
6+ translate-y-0
7+ transform
58 rounded-sm
69 border
710 border-neutral-900
811 bg-neutral-950;
912
1013 .content {
11- @apply /*
12- To allow tooltips to escape the overflow */ /*
13- https://stackoverflow.com/questions/8837050/allow-specific-tag-to-override-overflowhidden */ m-0
14- translate-x-0
15- translate-y-0
16- transform
14+ @apply m-0
1715 p-4;
1816
1917 & > code {
You can’t perform that action at this time.
0 commit comments