0
0

Reverted back some CSS changes, once more

Definitively fixed management panel vertical overflow issues
This commit is contained in:
Bryan Pedini 2019-07-25 03:16:16 +02:00
parent 0d0d88e2eb
commit ea132a7a91
No known key found for this signature in database
GPG Key ID: F59032DC40EB11E0
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,3 @@
html,body {
overflow: scroll;
overflow-x: hidden;
}
.urlContainer {
width:100%;
margin:0 auto;

View File

@ -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>