mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Merge pull request #6276 from matrix-org/t3chguy/fix/17805
Fix tiny scrollbar dot on chrome/electron in Forward Dialog
This commit is contained in:
commit
500be0d0d8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ limitations under the License.
|
|||
> .mx_ForwardDialog_preview {
|
||||
max-height: 30%;
|
||||
flex-shrink: 0;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
div {
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue