- language strings fix

- scrolling fix
This commit is contained in:
Čarodej
2022-04-07 11:31:37 +02:00
parent e240ce7736
commit 03d42bee51
7 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="h-screen md:overflow-hidden lg:flex w-full">
<div class="h-screen lg:overflow-hidden lg:flex w-full">
<!--On Top of App Components-->
<FilePreview />
<Spotlight />

View File

@@ -1,5 +1,5 @@
<template>
<div class="h-screen md:overflow-hidden lg:flex w-full">
<div class="h-screen lg:overflow-hidden lg:flex w-full">
<!--On Top of App Components-->
<FilePreview />
<Spotlight />