Ensure that the scrollbar is always visible to indicate that the content is outside or below the height of the viewport:To fix this problem, avoid using vw for your max-width and use a max-width of 100% instead. This will transfer the width of the parent container to the width of ...
\\n \\\"errorLens.scrollbarHackEnabled\\\": true,\\n \\\"errorLens.fontStyleItalic\\\": true,\\n \\\"errorLens.messageBackgroundMode\\\": \\\"message\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"editorInfo.foreground\\\": \\\"#0080ff6a\\\"\\n },\\n ...
: grayscale; min-width: 320px; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: rgb(9, 9, 11); } ::-webkit-scrollbar-thumb { background: rgb(99, 102, 241); } ::-webkit-scrollbar-thumb:hover { background: rgb(129, 140, 248); } </style>...
"prettier-plugin-tailwindcss": "^0.2.7",9 changes: 6 additions & 3 deletions 9 src/lib/components/CodeBlock.svelte Original file line numberDiff line numberDiff line change @@ -17,9 +17,12 @@ <div class="group relative my-4 rounded-lg"> <pre class="scrollbar-custom overflow-auto...