mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
Fix floating caret position incorrect while scrolling overlay (#4024)
This commit is contained in:
@@ -10,6 +10,7 @@ import React from 'react';
|
||||
import { redTransparent, yellowTransparent } from '../styles';
|
||||
|
||||
const _preStyle = {
|
||||
position: 'relative',
|
||||
display: 'block',
|
||||
padding: '0.5em',
|
||||
marginTop: '0.5em',
|
||||
|
||||
Reference in New Issue
Block a user