"...git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "25db1115259536a69022e75cbe84c56cd8d477cf"
Commit bf604bc0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 48546968
...@@ -82,3 +82,12 @@ select { ...@@ -82,3 +82,12 @@ select {
.katex-mathml { .katex-mathml {
display: none; display: none;
} }
.scrollbar-none:active::-webkit-scrollbar-thumb,
.scrollbar-none:focus::-webkit-scrollbar-thumb,
.scrollbar-none:hover::-webkit-scrollbar-thumb {
visibility: visible;
}
.scrollbar-none::-webkit-scrollbar-thumb {
visibility: hidden;
}
...@@ -45,8 +45,10 @@ ...@@ -45,8 +45,10 @@
</button> </button>
</div> </div>
<div class="flex flex-col md:flex-row w-full px-5 pb-5 md:space-x-4"> <div class="flex flex-col md:flex-row w-full px-6 pb-5 md:space-x-4">
<div class="flex flex-col w-full dark:text-gray-200 overflow-y-scroll max-h-[22rem]"> <div
class="flex flex-col w-full dark:text-gray-200 overflow-y-scroll max-h-[22rem] scrollbar-none"
>
{#each mergedDocuments as document, documentIdx} {#each mergedDocuments as document, documentIdx}
<div class="flex flex-col w-full"> <div class="flex flex-col w-full">
<div class="text-sm font-medium dark:text-gray-300"> <div class="text-sm font-medium dark:text-gray-300">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment