[tor-commits] [lego/master] Add comment explaining z-index change
kez at torproject.org
kez at torproject.org
Thu Oct 28 18:55:51 UTC 2021
commit 796f47cab97c1b574411006bc1c832ba205c3acd
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date: Thu Oct 28 18:31:02 2021 +0000
Add comment explaining z-index change
---
assets/scss/_dropdown.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/scss/_dropdown.scss b/assets/scss/_dropdown.scss
index 170a316..6a778f4 100644
--- a/assets/scss/_dropdown.scss
+++ b/assets/scss/_dropdown.scss
@@ -14,7 +14,7 @@
position: absolute;
top: 100%;
left: 0;
- z-index: 1030; //$zindex-dropdown;
+ z-index: 1030; // Replaced $zindex-dropdown because it put it under the about/ menu, see #246;
display: none; // none by default, but block on "open" of the menu
float: left;
min-width: $dropdown-min-width;
More information about the tor-commits
mailing list