Update LogseqPortalShape.tsx

pull/5156/head
Peng Xiao 2022-05-16 21:44:11 +08:00
parent fad0d0ac60
commit eae267364a
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ export class LogseqPortalShape extends TLBoxShape<LogseqPortalShapeProps> {
style={{
width: '100%',
overflow: 'auto',
overscrollBehavior: 'contain',
overscrollBehavior: 'none',
height: pageId ? 'calc(100% - 32px)' : '100%',
pointerEvents: isSelected ? 'none' : 'all',
userSelect: 'none',