ijprest / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts
http://www.keyboard-layout-editor.com/
Other
1.3k stars 241 forks source link

fix footer background issue #225

Closed ivanjonas closed 6 years ago

ivanjonas commented 6 years ago

The issue was not with the footer itself, but with a div that occurs earlier in the document. Bootstrap requires columns to be inside rows; the root cause of the footer issue was in defining a single element as both a row and a column. This was messing up the document flow of downstream elements.

Resolves #224

ijprest commented 6 years ago

Thanks!