diff --git a/manifest.json b/manifest.json
index f5d4cb1..cea2096 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "渠道应用开发部知识库",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "通过关键词快速搜索内部文档",
"permissions": ["storage"],
"host_permissions": [
diff --git a/pages/popup.html b/pages/popup.html
index 166eee8..040c4aa 100644
--- a/pages/popup.html
+++ b/pages/popup.html
@@ -19,7 +19,7 @@
👤
diff --git a/styles/styles-base.css b/styles/styles-base.css
index 134155b..6adb683 100644
--- a/styles/styles-base.css
+++ b/styles/styles-base.css
@@ -203,3 +203,21 @@ h1 {
background: #eaf1fb;
color: #1e40af;
}
+
+body.fullscreen .draggable-panel {
+ position: fixed;
+ display: flex;
+ flex-direction: column;
+ height: 94vh;
+ max-height: 98vh;
+ overflow: hidden;
+}
+
+body.fullscreen .container {
+ flex: 1 1 auto;
+ overflow-y: auto;
+ padding: 0 24px 30px;
+ box-sizing: border-box;
+ display: flex;
+ flex-direction: column;
+}
\ No newline at end of file