Fix horizontal scrollbar due to status bar negative margin
This commit is contained in:
parent
751fabb417
commit
8666ff4390
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
.status-bar-row {
|
||||
flex: 0 0 auto;
|
||||
// Prevents the creation of a scrollbar due to the child's negative margin
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue