diff options
| -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 { |
