aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 19601e2..7506300 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -490,9 +490,6 @@ textarea {
.table-row {
display:table-row;
}
-.table-row {
- border-bottom: 3px solid red;
-}
.table-cell {
display:table-cell;
@@ -502,3 +499,9 @@ textarea {
hr {
width: 100%;
}
+
+.scroll-menu {
+ height: auto;
+ max-height: 200px;
+ overflow: scroll ;
+} \ No newline at end of file