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;
|
||||
overflow: auto;
|
||||
}
|
||||
.container-inside {
|
||||
overflow: visible;
|
||||
}
|
||||
.container-inside .block-group {
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue