sign inn compare change
This commit is contained in:
parent
9c87dd5fc9
commit
d547d70a64
@ -58,6 +58,7 @@ export default class DigitalCertificates extends React.Component
|
||||
.then((cert) =>
|
||||
{
|
||||
console.log("certificate", JSON.stringify(cert));
|
||||
console.log("company", JSON.stringify(company));
|
||||
|
||||
//console.log({ cert });
|
||||
if(cert.IsValid)
|
||||
|
||||
@ -114,7 +114,7 @@ main .title_wrapper .right {
|
||||
}
|
||||
main .title_wrapper .company-dropdown {
|
||||
position: relative;
|
||||
z-index: 15;
|
||||
z-index: 100;
|
||||
}
|
||||
main .title_wrapper .company-dropdown .arrow {
|
||||
cursor: pointer;
|
||||
|
||||
@ -121,7 +121,7 @@ main {
|
||||
|
||||
.company-dropdown {
|
||||
position: relative;
|
||||
z-index: 15;
|
||||
z-index: 100;
|
||||
|
||||
.arrow {
|
||||
cursor: pointer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user