Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit806a1df

Browse files
committed
fix(core): pDropDown flag for notices
1 parent5bba80d commit806a1df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/client/components/PDropdown/index.jsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class PDropDown extends React.Component {
9595
constnoticeFrame=document.getElementById('notice-banner')
9696
lethasNotice=false
9797
if(noticeFrame)hasNotice=!noticeFrame.classList.contains('uk-hidden')
98-
if(hasNotice)top-=30
98+
if(hasNotice&&!ref.classList.contains('opt-ignore-notice'))top-=30
9999

100100
top=top+'px'
101101

‎src/client/containers/Tickets/AssigneeDropdownPartial.jsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ class AssigneeDropdownPartial extends React.Component {
5353
ref={this.props.forwardedRef}
5454
title={'Select Assignee'}
5555
id={'assigneeDropdown'}
56+
className={'opt-ignore-notice'}
5657
override={true}
5758
leftArrow={true}
58-
topOffset={105}
59+
topOffset={75}
5960
leftOffset={35}
6061
minHeight={215}
6162
rightComponent={

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp