summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-23 21:22:13 -0400
committerDavid Gay <david@davidgay.org>2021-05-23 21:34:16 -0400
commit9b22350cb6da529f5ea9d161ce995bb7a78f72b3 (patch)
tree30364c79955e039bb5d6767142d529cb108c1f7d /app/javascript/stylesheets
parent9a896edd9543eef515e2cc5f6c2282652da18186 (diff)
Clear out some cruft from application layout
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r--app/javascript/stylesheets/core.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css
index 600635f..5829130 100644
--- a/app/javascript/stylesheets/core.css
+++ b/app/javascript/stylesheets/core.css
@@ -14,12 +14,6 @@
font-family: "Montaga", "Open Sans", sans-serif;
}
-.side-box {
- position: -webkit-sticky;
- position: sticky;
- top: 8px;
-}
-
#look_output {
@apply min-w-full my-2 overflow-auto border-2 border-gray-800 rounded;
height: 75px;