Skip to content

Commit

Permalink
minor #312 [Menu] Footer does not need to be positioned absolute (ogi…
Browse files Browse the repository at this point in the history
…zanagi)

This PR was merged into the master branch.

Discussion
----------

[Menu] Footer does not need to be positioned absolute

See and forget about #310 .

Menu footer does not need to be positioned absolute at all.

Commits
-------

0237905 [Menu] Footer does not need to be positioned absolute
  • Loading branch information
javiereguiluz committed May 18, 2015
2 parents c19f833 + 0237905 commit af29c8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Resources/views/css/admin.css.twig
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ body.error .error-solution pre {
margin: 0;
overflow: hidden;
overflow-y: auto !important;
padding: 0 0 1em;
padding: 0;
width: 222px;
}
#header #header-menu {
Expand Down Expand Up @@ -1161,10 +1161,7 @@ body.error .error-solution pre {
padding-bottom: 1em;
padding-top: 1em;
padding-left: 10px;
position: absolute;
bottom: 0;
width: 100%;
z-index: 999;
-moz-transition: box-shadow 0.3s ease-out;
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
Expand Down

0 comments on commit af29c8f

Please sign in to comment.