Commit f1fbbd6d authored by afakhry's avatar afakhry Committed by Commit bot

Make sure feedback app footer buttons stick to the bottom

If item get removed from the content pane, the buttons should always
remain at the bottom.

BUG=712539
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2833533002
Cr-Commit-Position: refs/heads/master@{#465708}
parent 3bb91b65
......@@ -9,6 +9,8 @@ html {
body {
background-color: #fbfbfb;
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
overflow: auto;
......@@ -42,6 +44,7 @@ body {
.content {
color: #646464;
flex-grow: 1;
font-size: 12px;
margin: 20px;
}
......@@ -146,6 +149,7 @@ body {
display: -webkit-flex;
justify-content: flex-end;
left: 20px;
position: absolute;
right: 20px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment