Merge pull request #1522 from robintown/settings-cutoff
Fix dropdowns in settings still being cut off on mobile
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user