Merge pull request #1522 from robintown/settings-cutoff

Fix dropdowns in settings still being cut off on mobile
This commit is contained in:
Robin
2023-09-19 11:25:08 -04:00
committed by GitHub

View File

@@ -108,10 +108,10 @@ limitations under the License.
display: flex;
flex-direction: column;
overflow: hidden;
flex-grow: 1;
}
.dialog .content {
flex-grow: 1;
background: var(--cpd-color-bg-canvas-default);
}