mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: modal dialog styles issues
This commit is contained in:
parent
ba3ff2ba9e
commit
feb6746c90
1 changed files with 6 additions and 3 deletions
|
|
@ -67,6 +67,7 @@
|
|||
.modal-dialog-content {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
|
||||
.title-container {
|
||||
flex: 1 0 auto;
|
||||
|
|
@ -157,9 +158,11 @@
|
|||
z-index: 0;
|
||||
padding: 0 1.5rem;
|
||||
|
||||
.buttons-container {
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
.modal-dialog-content {
|
||||
.buttons-container {
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue