diff --git a/assets/css/main.css b/assets/css/main.css
index 67328a9..b3324de 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -76,6 +76,13 @@
overflow: hidden;
background: #ffffff;
}
+
+ html.admin-settings-document,
+ body.admin-settings-document {
+ height: 100%;
+ overflow: hidden;
+ background: #f7f8fa;
+ }
}
@layer components {
@@ -257,3 +264,14 @@
}
}
+
+@layer utilities {
+ .no-scrollbar {
+ -ms-overflow-style: none;
+ scrollbar-width: none;
+ }
+
+ .no-scrollbar::-webkit-scrollbar {
+ display: none;
+ }
+}
diff --git a/components/admin/AdminNavPrimaryBranch.vue b/components/admin/AdminNavPrimaryBranch.vue
deleted file mode 100644
index b50c753..0000000
--- a/components/admin/AdminNavPrimaryBranch.vue
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- #
-
-
- 라벨
-
-
- URL
-
-
- 관리
-
-
-
-
- {{ index + 1 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Recommended
- ↗ -- Settings -
-- {{ errorMessage }} -
+