diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 16:28:54 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 16:28:54 -0400 |
| commit | 1c104c6c0c8e691c3e15d2edfbd0dceea928b247 (patch) | |
| tree | 2983e1ba60c9373a0b24424b49ba9cc8326c42c4 | |
| parent | d3d9c3b80aedeb1423e1e64bc1e3d4f925e9c3bb (diff) | |
one other thing
| -rw-r--r-- | public/assets/ok.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 4a73f15..6e324c7 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -36,10 +36,14 @@ transform: translateX(-30vw); padding: 30px 5px 5px 5px; transition: 150ms transform cubic-bezier(0, 0, 0, 1); + z-index: 0; + opacity:0; } .navopen .menu { transform: translateX(0vw); + z-index: 2; + opacity:1; } .navopen .item { |
