Aside is now scrollable on mobile through a workaround. This fixes https://github.com/rabuzarus/frio/issues/2

This commit is contained in:
rabuzarus 2016-04-29 16:25:36 +02:00
parent a0c7d5a098
commit f4998c223b
3 changed files with 1026 additions and 1 deletions

View File

@ -1743,3 +1743,4 @@ There are for some reasons empty <a> tags. I don't know why */
.textcomplete-item .contact-wrapper a {
padding: 0;
}

File diff suppressed because it is too large Load Diff

View File

@ -152,7 +152,7 @@ $("nav").bind('nav-update', function(e,data)
</script>
<script src="<?=$frio?>/frameworks/bootstrap/js/bootstrap.min.js"></script>
<script src="<?=$frio?>/frameworks/jasny/js/jasny-bootstrap.min.js"></script>
<script src="<?=$frio?>/frameworks/jasny/js/jasny-bootstrap.custom.js"></script>
<script src="<?=$frio?>/frameworks/bootstrap-select/js/bootstrap-select.min.js"></script>
<script src="<?=$frio?>/frameworks/ekko-lightbox/ekko-lightbox.min.js"></script>
<script src="<?=$frio?>/frameworks/justifiedGallery/jquery.justifiedGallery.min.js"></script>