Partly revert cb27d2c ..

- Fix #1395
- This was also affecting iPad
- Overflow property doesn't apply to some table elements like table grouping and containers by default.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I2e12c3cb1e5e2ced16748e79063774502c670946
This commit is contained in:
Pedro Pinto Silva 2021-02-11 10:34:36 +01:00 committed by pedropintosilva
parent 2d169bf32a
commit fd62fc1aaf

View file

@ -183,7 +183,7 @@
overflow-y: hidden;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
display: table;
display: block;
height: 84px;
}