Skip to content

Commit 215d773

Browse files
committed
Merge pull request ringcentral#46 from bootstraponline/flash_fix
Fix flash on page load
2 parents df2d2ec + 03b2859 commit 215d773

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ build/
1919
.yardoc
2020
_yardoc
2121
doc/
22+
.idea/

source/layouts/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ under the License.
5353
<% end %>
5454
</div>
5555
<div class="page-wrapper">
56+
<div class="dark-box"></div>
5657
<div class="content">
5758
<%= yield %>
5859
<% current_page.data.includes && current_page.data.includes.each do |include| %>

source/stylesheets/screen.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ html, body {
251251
position: relative;
252252
z-index: 30;
253253

254-
section {
254+
&, section {
255255
padding-bottom: 6em;
256256
&:after {
257257
content: '';

0 commit comments

Comments
 (0)