diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 16:53:43 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 16:53:43 +0900 |
commit | dfe6f75f13051b70b63ce2d94a5a9adec1a6543f (patch) | |
tree | c513e66b5da9a33233640ad6b10e938399a1f481 /docs | |
parent | 6bf592a93cafd8e689ac8687f0b69ab9cd3394f0 (diff) |
Use pointer cursor on a hamburger menu
Diffstat (limited to 'docs')
-rw-r--r-- | docs/assets/css/style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 762e494..0b617bc 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -219,9 +219,9 @@ footer { top: 16px; opacity: 0; z-index: 4; + cursor: pointer; } - .open-menu-bar-container { position: fixed; top: 16px; @@ -231,6 +231,7 @@ footer { display: inline-block; z-index: 2; } + .open-menu-bar { display: block; width: 32px; |