Fix horizontal scrollbar due to status bar negative margin

This commit is contained in:
Keavon Chambers 2021-07-05 00:38:18 -07:00
parent ad064602a5
commit a12e14c282

View file

@ -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>