Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
c53b3a5c
Unverified
Commit
c53b3a5c
authored
2 years ago
by
gabriellsh
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] Message menu dropdown not working on Mobile Web (#25616)
* Fix dropdown mobile * use box props
parent
fcb2c9fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/meteor/client/views/room/MessageList/components/Toolbox/ToolboxDropdownMobile.tsx
+5
-10
5 additions, 10 deletions
.../MessageList/components/Toolbox/ToolboxDropdownMobile.tsx
with
5 additions
and
10 deletions
apps/meteor/client/views/room/MessageList/components/Toolbox/ToolboxDropdownMobile.tsx
+
5
−
10
View file @
c53b3a5c
import
{
css
}
from
'
@rocket.chat/css-in-js
'
;
import
{
Tile
}
from
'
@rocket.chat/fuselage
'
;
import
React
,
{
forwardRef
,
ReactNode
}
from
'
react
'
;
import
ScrollableContentWrapper
from
'
../../../../../components/ScrollableContentWrapper
'
;
const
dropdownStyle
=
css
`
z-index: 9999;
opacity: 1;
bottom: 0;
left: 0;
right: 0;
`
;
export
const
ToolboxDropdownMobile
=
forwardRef
<
HTMLElement
,
{
...
...
@@ -26,9 +17,13 @@ export const ToolboxDropdownMobile = forwardRef<
paddingBlock
=
'x12'
paddingInline
=
{
0
}
elevation
=
'2'
mi
=
'x12'
zIndex
=
{
9999
}
ref
=
{
ref
}
className
=
{
dropdownStyle
}
maxHeight
=
'50%'
insetBlockEnd
=
{
0
}
insetInline
=
{
0
}
opacity
=
{
1
}
h
=
'full'
{
...
rest
}
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment