JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 152 forks source link

Admin template footer bug #34

Closed Snipees closed 7 years ago

Snipees commented 7 years ago

Hello,

I noticed some bugs with the admin template:

  1. The footer always produces a vertical scrollbar, even if the content of the page is less than the height of the screen. (eg. the admin dashboard) There are approximately 10 white pixels below the footer's banner.

  2. Regarding issue #29, if I'm not using a vhost, the footer is set at the height of the screen (not below content of the page) If the page content is greater than the height of the screen, the footer is displayed over the content. For example, in the "Settings" page, the footer is fixed at the "Welcome Message" heading, even if I scroll down, the footer remains fixed. (on my fullhd screen)

Also, if I'm not using a vhost, the language button does not work and returns a system dialog box that displays message "404 not found". However, changing the language in the user profile work smoothly.

Tested with latest Chrome and Firefox.

JasonBaier commented 7 years ago

Fixed in release 3.3.2 on 12/14/2016.