Browse Source

[FIX] css

the last company is hidden if max-height = 100vh
pull/1129/head
Sylvain LE GAL 6 years ago
committed by GitHub
parent
commit
c06db48233
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_easy_switch_company/static/src/css/switch_company.css

2
web_easy_switch_company/static/src/css/switch_company.css

@ -1,5 +1,5 @@
.switch_company_menu {
max-height: 100vh;
max-height: 90vh;
overflow-x: hidden;
cursor: pointer;
}
Loading…
Cancel
Save