v 1.4.4.1 - Fixed background scroll on mobile devices (thanks FreakyFP!)
This commit is contained in:
parent
ee613c879a
commit
10c9daf4c8
|
@ -116,10 +116,6 @@ body {
|
|||
/* FOOTER */
|
||||
/* ****** */
|
||||
|
||||
html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<ul class="list-inline">
|
||||
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
||||
<p>
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.1 — © <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -89,7 +89,7 @@ function showError($title, $text) { ?>
|
|||
<?php echo $text; ?>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4 | MIT License
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.1 | MIT License
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue