mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 01:58:11 +08:00
Fix horizontal scrollbar due to status bar negative margin
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
.status-bar-row {
|
.status-bar-row {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
// Prevents the creation of a scrollbar due to the child's negative margin
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user