DevTools: Fix Settings dialog scroll/size bug in Firefox (#21747)

This commit is contained in:
Brian Vaughn
2021-06-24 11:19:57 -04:00
committed by GitHub
parent 7fec38041f
commit 386e8f2ea7
2 changed files with 7 additions and 1 deletions
@@ -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,