Remove webgl from two sketches for compatibility with KDE Plasma HTMLWallpaper

This commit is contained in:
Joshua Seigler 2019-11-18 12:38:56 -05:00
parent 57ac17c916
commit d0803fb9ac
4 changed files with 41 additions and 22 deletions

View file

@ -40,6 +40,15 @@ ul {
padding-left: 0;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
text-align: left;
z-index: 10;
}
footer {
position: fixed;
bottom: 0;