Skip to content

Commit 937d5f7

Browse files
authored
Merge pull request PHPOffice#3510 from PHPOffice/Examples-Fixed-Header
Fix header for examples to make navigation easier
2 parents c7cd388 + 5c3d360 commit 937d5f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/Header.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@
2626
<link rel="stylesheet" href="/bootstrap/css/phpspreadsheet.css"/>
2727
<script src="/bootstrap/js/jquery.min.js"></script>
2828
<script src="/bootstrap/js/bootstrap.min.js"></script>
29+
30+
<style>
31+
body { padding-top: 200px; }
32+
</style>
2933
</head>
3034
<body>
3135
<div class="container">
32-
<div class="navbar navbar-default" role="navigation">
36+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
3337
<div class="container-fluid">
3438
<div class="navbar-header">
3539
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">

0 commit comments

Comments
 (0)