04-25-2018, 01:29 PM
Hi,
I'm able to repro this. Its caused by a bug in CSS. I'll add to the TODO list for moOde 4.2 but in the meantime if you want to fix yourself then follow the procedure below.
1. Edit /var/www/css/moode.css
2. Comment out the #database line below. It should be at line number 128 in the file.
3. Save the file
4. Clear Chrome Browser cache
5. In moOde UI: Menu, Refresh
-Tim
I'm able to repro this. Its caused by a bug in CSS. I'll add to the TODO list for moOde 4.2 but in the meantime if you want to fix yourself then follow the procedure below.
1. Edit /var/www/css/moode.css
2. Comment out the #database line below. It should be at line number 128 in the file.
Code:
/* tpc r41 pi touch */
@media (height: 479px) and (width: 799px) {
/*#database {height: 100vh;}*/
3. Save the file
4. Clear Chrome Browser cache
Code:
sudo rm -rf ~/.config/chromium/Default/
sudo rm -rf ~/.cache/chromium
5. In moOde UI: Menu, Refresh
-Tim