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:
parent
2d169bf32a
commit
fd62fc1aaf
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
overflow-y: hidden;
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
||||
display: table;
|
||||
display: block;
|
||||
height: 84px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue