diff --git a/app/assets/index.html b/app/assets/index.html index eae1909..8096f7d 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -117,6 +117,14 @@ body,html{ background-color:white; } +#settingsDiv{ + background-color: #faa; + position: absolute; + top:0; + left:300vw; + height:100vh; + overflow:scroll; +} #daysDiv{ /*background: linear-gradient(white,#aaf);*/ background-color: #afa; @@ -133,7 +141,7 @@ body,html{ left:100vw; } -#daysDiv, #weeksDiv, #monthsDiv{ +#settingsDiv,#daysDiv, #weeksDiv, #monthsDiv{ box-sizing:border-box; margin:0; scroll-snap-align: start; @@ -164,6 +172,11 @@ box-shadow: 0 0 10px grey;
+
+ +

+        
+ <