Commit 362b96d
committed
fix(ui): keep permission dock buttons in view on long requests
Long permission.patterns push the dock footer buttons off-screen.
Cap the dock with a viewport-relative max-height that also reserves
the inherited sticky-header offset, and constrain the patterns grid
row with min-height: 0 / minmax(0, 1fr) so overflow-y: auto engages
instead of growing the wrapper. A bottom-only mask fades the scroll
edge; no JavaScript measurement or runtime resize observers needed.1 parent c556bdd commit 362b96d
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
749 | 756 | | |
750 | 757 | | |
751 | 758 | | |
| |||
792 | 799 | | |
793 | 800 | | |
794 | 801 | | |
| 802 | + | |
795 | 803 | | |
796 | 804 | | |
| 805 | + | |
| 806 | + | |
797 | 807 | | |
798 | 808 | | |
799 | 809 | | |
| |||
0 commit comments