Removes overflow hidden to fix scroll bug. See #1720 (#1721)

This commit is contained in:
Amir Raminfar
2022-04-20 15:59:10 -07:00
committed by GitHub
parent b75974e850
commit b9bc7af1d6
2 changed files with 2 additions and 5 deletions

View File

@@ -76,7 +76,6 @@ watch(
.events {
padding: 1em;
font-family: SFMono-Regular, Consolas, Liberation Mono, monaco, Menlo, monospace;
overflow: hidden;
&.disable-wrap {
.line,

View File

@@ -1,8 +1,6 @@
<template>
<div>
<search></search>
<log-container :id="id" show-title :scrollable="activeContainers.length > 0"> </log-container>
</div>
<search></search>
<log-container :id="id" show-title :scrollable="activeContainers.length > 0"> </log-container>
</template>
<script lang="ts" setup>