disable new main.css because it stop scrolling

This commit is contained in:
Dario Rekowski on RockPI 2020-06-11 14:49:21 +00:00
parent 747090f4d5
commit fdea18e1e8

View File

@ -32,7 +32,7 @@ $GLOBALS["self"] = $this;
<?= $this->fetch('title') ?>
</title>
<?= $this->Html->meta('icon') ?>
<?= $this->Html->css(['main.css']) ?>
<!--<?= $this->Html->css(['main.css']) ?>-->
<?= $this->Html->css(['rippleUI/style.css', 'materialdesignicons.min.css']) ?>
<?= $this->Html->script(['basic']) ?>
<?= $this->fetch('meta') ?>