데스크톱 앱 팝업에서 팝업안뜨는 문제수정
This commit is contained in:
@@ -1794,20 +1794,20 @@ html.desktop-client .tmb-logo-version {
|
||||
|
||||
/* 사용자 정의 탭 편집 */
|
||||
.ind-tab-editor-overlay {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 10;
|
||||
z-index: 2100;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 16px;
|
||||
background: rgba(0, 0, 0, 0.55);
|
||||
border-radius: inherit;
|
||||
}
|
||||
.ind-tab-editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: min(420px, calc(100% - 24px));
|
||||
max-height: calc(100% - 24px);
|
||||
width: min(420px, calc(100vw - 24px));
|
||||
max-height: calc(100vh - 32px);
|
||||
background: var(--bg2);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user