mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-15 08:30:45 +01:00
Fix chromium popup height
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html style="width: fit-content; height: 500px; overflow-y: hidden" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Stream Bypass</title>
|
||||
</head>
|
||||
<body style="width: fit-content; height: 500px">
|
||||
<body style="width: fit-content; height: 500px; overflow-y: scroll">
|
||||
<script type="module">
|
||||
import Popup from '~/entries/popup/Popup.svelte';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user