padding bottom scroll fix for edge & firefox

This commit is contained in:
cupcakearmy 2019-06-15 10:08:14 +02:00
parent de8b59f07c
commit c719062fcb
2 changed files with 9 additions and 3 deletions

View File

@ -1,9 +1,15 @@
#singular #main {
padding: 8vw 0 16vh 0;
overflow: auto;
padding-top: 8vw;
overflow-y: auto;
overflow-wrap: break-word;
}
#singular #main:after{
content: '';
height: 16vh;
display: block;
}
#singular #header {
text-align: center;
padding: 0 2em;

View File

@ -2,7 +2,7 @@
Theme Name: Liquet
Author: Niccolo Borgioli
Description: Minimalistic clean theme
Version: 0.6
Version: 0.7
License: MIT
Tags: minimal, simple, typography, clean
Author URI: https://nicco.io