2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

fix(ux): drag region

This commit is contained in:
18alantom 2022-05-27 16:59:25 +05:30
parent 5d20591175
commit 98c17aaed2

View File

@ -5,7 +5,7 @@
'window-drag': platform !== 'Windows', 'window-drag': platform !== 'Windows',
}" }"
> >
<div class="window-no-drag"> <div>
<!-- Company name and DB Switcher --> <!-- Company name and DB Switcher -->
<div class="px-2 flex flex-row items-center justify-between mb-6 mt-12"> <div class="px-2 flex flex-row items-center justify-between mb-6 mt-12">
<h6 <h6
@ -15,6 +15,7 @@
whitespace-nowrap whitespace-nowrap
overflow-scroll overflow-scroll
no-scrollbar no-scrollbar
select-none
w-32 w-32
" "
> >
@ -96,7 +97,7 @@
> >
{{ t`Report Issue` }} {{ t`Report Issue` }}
</button> </button>
<p class="pb-3 text-sm text-gray-600">v{{ appVersion }}</p> <p class="pb-3 text-sm text-gray-600 select-none">v{{ appVersion }}</p>
</div> </div>
</div> </div>
</template> </template>