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:
@@ -89,6 +89,11 @@ a {
|
|||||||
right: 0;
|
right: 0;
|
||||||
padding: 25px 15px;
|
padding: 25px 15px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- INFO: Home page -->
|
<!-- 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 class="header">ReZygisk</div>
|
||||||
<div style="padding: 40px 0px;"></div>
|
<div style="padding: 40px 0px;"></div>
|
||||||
|
|
||||||
@@ -95,16 +95,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</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 id="panel_modules_header" class="header">Modules</div>
|
||||||
<div style="padding: 40px 0px;"></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 -->
|
<!-- N/A -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- INFO: Action page -->
|
<!-- 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 id="panel_actions_header" class="header">Actions</div>
|
||||||
<div style="padding: 40px 0px;"></div>
|
<div style="padding: 40px 0px;"></div>
|
||||||
<!-- INFO: Settings card body (Daemon32) -->
|
<!-- INFO: Settings card body (Daemon32) -->
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- INFO: Settings page -->
|
<!-- 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 id="panel_settings_header" class="header">Settings</div>
|
||||||
<div style="padding: 40px 0px;"></div>
|
<div style="padding: 40px 0px;"></div>
|
||||||
<!-- INFO: Enable system font option -->
|
<!-- INFO: Enable system font option -->
|
||||||
|
|||||||
Reference in New Issue
Block a user