mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
DevTools: Fix Settings dialog scroll/size bug in Firefox (#21747)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
box-shadow: 0 2px 4px var(--color-shadow);
|
||||
border-radius: 0.25rem;
|
||||
overflow: auto;
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
user-select: none;
|
||||
color: var(--color-text);
|
||||
|
||||
/* Hide radio buttons for Firefox too */
|
||||
position: relative;
|
||||
|
||||
/* Electron drag area */
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
@@ -48,6 +51,9 @@
|
||||
width: 0;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
|
||||
/* Hide radio buttons for Firefox too */
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.IconSizeNavigation,
|
||||
|
||||
Reference in New Issue
Block a user