fix:역할 권한 관리 테이블 헤더 고정 개선 (컨테이너 높이 제한)

This commit is contained in:
pro
2026-01-27 17:44:11 +09:00
parent 38687b3ab8
commit d5885524e2
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ class="px-4 py-2 bg-gray-500 text-white text-sm font-medium rounded-lg hover:bg-
</div>
<!-- 권한 매트릭스 테이블 -->
<div id="permission-matrix" class="bg-white rounded-lg shadow-sm">
<div id="permission-matrix" class="bg-white rounded-lg shadow-sm overflow-hidden" style="height: calc(100vh - 280px);">
@include('role-permissions.partials.empty-state')
</div>

View File

@@ -1,4 +1,4 @@
<div class="overflow-x-auto overflow-y-auto max-h-[calc(100vh-320px)]">
<div class="overflow-x-auto overflow-y-auto h-full">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50 sticky top-0 z-10 shadow-sm">
<tr>