mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-13 01:51:28 +00:00
fix: correctly scroll only content in modal
This commit is contained in:
parent
e6078f6822
commit
69a11bd25d
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.diagram {
|
.diagram {
|
||||||
|
flex: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 48rem;
|
max-width: 48rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
@ -142,11 +143,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sections {
|
.sections {
|
||||||
|
flex: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 5rem;
|
gap: 5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 56rem;
|
max-width: 56rem;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
|
|
@ -154,6 +157,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1.2rem;
|
gap: 1.2rem;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue