Reverted back some CSS changes, once more
Definitively fixed management panel vertical overflow issues
This commit is contained in:
parent
0d0d88e2eb
commit
ea132a7a91
@ -1,7 +1,3 @@
|
||||
html,body {
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.urlContainer {
|
||||
width:100%;
|
||||
margin:0 auto;
|
||||
|
@ -14,7 +14,6 @@
|
||||
<head>
|
||||
<title>Management Panel | <?=$config['website_name']?></title>
|
||||
<link href="<?=$config['installation_path']?>/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="<?=$config['installation_path']?>/lib/css/main.css" rel="stylesheet">
|
||||
<link href="<?=$config['installation_path']?>/lib/css/manage.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css" integrity="sha256-39jKbsb/ty7s7+4WzbtELS4vq9udJ+MDjGTD5mtxHZ0=" crossorigin="anonymous" />
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user