Hid unneded scrollbars

This commit is contained in:
2023-11-14 08:29:46 +01:00
parent 378dfcf351
commit 2c03ada393
7 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ function readFile(file : any) {
<div class="flex flex-col w-full h-1/2 lg:h-1/2 flex-none xl:pr-2 2xl:pr-4 pb-2">
<div class="flex place-content-between w-full items-center">
<span class="dark:text-white mr-2">{{ stylizedName }}</span>
<div class="flex space-x-2 pb-2 overflow-x-scroll">
<div class="flex space-x-2 pb-2 overflow-x-auto">
<div class="flex items-stretch w-64">
<input id="fileLoader" ref="inputFile" class="file-selector" type="file" accept=".xml,.xql,.xquery,.xslt,text/xml,text/plain" @change="readFile" />
</div>