smaller padding fix

This commit is contained in:
Zsolt Kocsmarszky 2018-01-19 15:51:48 +01:00 committed by Levko Kravets
parent 5404cc6377
commit bacddea809

View File

@ -6,7 +6,7 @@ body.fixed-layout {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
padding: 10px; padding: 10px 10px 10px 15px;
margin-left: -15px; margin-left: -15px;
z-index: 999; z-index: 999;
background: #fff; background: #fff;