Added responsiveness
This commit is contained in:
parent
7491e85ecd
commit
658a424586
|
|
@ -6,6 +6,8 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
background-color: var(--box-bg-color);
|
background-color: var(--box-bg-color);
|
||||||
|
|
|
||||||
|
|
@ -253,6 +253,9 @@ section.content {
|
||||||
box-shadow: var(--box-shadow);
|
box-shadow: var(--box-shadow);
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
|
max-height: 90%;
|
||||||
|
overflow: auto;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-modal .inner .body {
|
.settings-modal .inner .body {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue