custom.css 194 B

12345678910
  1. .openerp_webclient_container {
  2. height: 100% !important;
  3. height: calc(100% - 45px) !important;
  4. overflow: auto !important;
  5. }
  6. .hover:hover{
  7. cursor: -webkit-grab;
  8. cursor: grab;
  9. }