mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
Fix image overlap with “Mark as read” and typing indicator (#2457)
This commit is contained in:
parent
78a0d11f24
commit
c881b59957
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,6 @@ export const AbsoluteContainer = style([
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
zIndex: 1,
|
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
},
|
},
|
||||||
|
@ -26,6 +25,7 @@ export const AbsoluteFooter = style([
|
||||||
DefaultReset,
|
DefaultReset,
|
||||||
{
|
{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
pointerEvents: 'none',
|
||||||
bottom: config.space.S100,
|
bottom: config.space.S100,
|
||||||
left: config.space.S100,
|
left: config.space.S100,
|
||||||
right: config.space.S100,
|
right: config.space.S100,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue