aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylew.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/stylew.css')
-rw-r--r--public/css/stylew.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/public/css/stylew.css b/public/css/stylew.css
index 3a414c7..f175036 100644
--- a/public/css/stylew.css
+++ b/public/css/stylew.css
@@ -2,6 +2,7 @@ body {
background-color: #dcdcdceb;
font-family: helvetica, arial, sans-serif;
margin: 0px;
+ overflow: hidden;
}
@@ -52,11 +53,23 @@ form {
section {
text-align: justify;
padding: 3%;
- line-height: 1.2em;
}
.edit {
overflow-y: scroll;
+ height: 100%;
+
+}
+
+.lecture {
+ overflow-wrap: break-word;
+ overflow-y: auto;
+ height: 100%;
+}
+
+.home {
+ overflow-y: scroll;
+ height: 100%;
}
.edit section {