fix for overflow
This commit is contained in:
parent
916c424af3
commit
46c4a86f52
1 changed files with 3 additions and 0 deletions
|
|
@ -277,6 +277,9 @@ a.btn:is(:hover, :focus, :active) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.container-inside {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
.container-inside .block-group {
|
.container-inside .block-group {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue