Commit e1717653031406b741d4d281e9cdfed43146a2a8

Authored by Luciano Prestes
Committed by Luciano Prestes
1 parent 6edafc75
Exists in design_template

Fix Top and Left Bar bug, the Top Bar was in below

Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
public/designs/templates/topleft/stylesheets/style.css
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 20
21 .box-3 { 21 .box-3 {
22 position: relative; 22 position: relative;
23 - display: table-footer-group; 23 + display: table-header-group;
24 width: 100%; 24 width: 100%;
25 } 25 }
26 26