mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
overflow-auto
This commit is contained in:
parent
e3eae53cb9
commit
ff1784ef22
@ -111,7 +111,7 @@ export default function System() {
|
|||||||
|
|
||||||
{state.showFfprobe && (
|
{state.showFfprobe && (
|
||||||
<Dialog>
|
<Dialog>
|
||||||
<div className="p-4 mb-2 max-h-96 whitespace-pre-line overflow-scroll">
|
<div className="p-4 mb-2 max-h-96 whitespace-pre-line overflow-auto">
|
||||||
<Heading size="lg">Ffprobe Output</Heading>
|
<Heading size="lg">Ffprobe Output</Heading>
|
||||||
{state.ffprobe != '' ? (
|
{state.ffprobe != '' ? (
|
||||||
<div>
|
<div>
|
||||||
@ -175,7 +175,7 @@ export default function System() {
|
|||||||
|
|
||||||
{state.showVainfo && (
|
{state.showVainfo && (
|
||||||
<Dialog>
|
<Dialog>
|
||||||
<div className="p-4 overflow-scroll whitespace-pre-line">
|
<div className="p-4 overflow-auto whitespace-pre-line">
|
||||||
<Heading size="lg">Vainfo Output</Heading>
|
<Heading size="lg">Vainfo Output</Heading>
|
||||||
{state.vainfo != '' ? (
|
{state.vainfo != '' ? (
|
||||||
<div className="mb-2 max-h-96 whitespace-pre-line">
|
<div className="mb-2 max-h-96 whitespace-pre-line">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user