Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d14f843

Browse files
committed
+Add 'close button' z-index property and set it to 100. So that it is at the top layer and in case of overlaping it is clickable.
1 parent 443ab02 commit d14f843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export default {
195195
top: 35px;
196196
height: 40px;
197197
width: 40px;
198+
z-index: 100;
198199
display: none;
199200
img {
200201
height: 100%;

0 commit comments

Comments
 (0)