Fix dropdowns in settings still being cut off on mobile

This commit is contained in:
Robin
2023-09-19 10:21:11 -04:00
parent a195d21ed9
commit 42e898b65e

View File

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