Skip to content

Commit

Permalink
Fix submit button (#53)
Browse files Browse the repository at this point in the history
* Ignore tempoary workspace for deploys.

See updating infographic guide for more details.

* Fix sticky submit button.
  • Loading branch information
rdebeasi authored and oybed committed Jul 6, 2018
1 parent 872dac2 commit 9f13da2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion website/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ body {
padding-right: 0px;
}

#tech-stack {
#main-graphic,
#confirmation-row,
#home > .row,
#form {
overflow: hidden;
}

Expand Down
6 changes: 3 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>
<div id="tech-stack">
<div id="home">
<div class="row" id="row">
<div class="row">
<div class="large-12 columns">
<div class="top-section border-all">
<img src="images/red-hat-logo.png" class="rh-logo float-right" />
Expand All @@ -35,7 +35,7 @@ <h3>Design your own Open Innovation Labs technology stack</h3>
</div>
</div>
<form action="index.html" method="get" id="form">
<div class="row" id="row">
<div class="row">
<div class="large-9 columns">
<div class="main">
<div id="accordion">
Expand Down Expand Up @@ -1518,7 +1518,7 @@ <h3>Management</h3>
<!-- test -->
</div>
<!-- start html2canvas -->
<div class="row">
<div class="row" id="confirmation-row">
<div id="confirmation-image">
<div class="image-container"></div>
</div>
Expand Down

0 comments on commit 9f13da2

Please sign in to comment.