You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: overflow-y cannot scroll
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<!-- INFO: Home page -->
|
||||
<div id="panel_home" style="display: none;">
|
||||
<div id="panel_home" class="panel" style="display: none;">
|
||||
<div class="header">ReZygisk</div>
|
||||
<div style="padding: 40px 0px;"></div>
|
||||
|
||||
@@ -95,16 +95,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="panel_modules" style="display: none;">
|
||||
<div id="panel_modules" class="panel" style="display: none;">
|
||||
<div id="panel_modules_header" class="header">Modules</div>
|
||||
<div style="padding: 40px 0px;"></div>
|
||||
<div id="modules_list" style="margin-bottom: 6.5em; width: 100%; height: fit-content;">
|
||||
<div id="modules_list" style="width: 100%; height: fit-content;">
|
||||
<!-- N/A -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- INFO: Action page -->
|
||||
<div id="panel_actions" style="display: none;">
|
||||
<div id="panel_actions" class="panel" style="display: none;">
|
||||
<div id="panel_actions_header" class="header">Actions</div>
|
||||
<div style="padding: 40px 0px;"></div>
|
||||
<!-- INFO: Settings card body (Daemon32) -->
|
||||
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
|
||||
<!-- INFO: Settings page -->
|
||||
<div id="panel_settings" style="display: none;">
|
||||
<div id="panel_settings" class="panel" style="display: none;">
|
||||
<div id="panel_settings_header" class="header">Settings</div>
|
||||
<div style="padding: 40px 0px;"></div>
|
||||
<!-- INFO: Enable system font option -->
|
||||
|
||||
Reference in New Issue
Block a user