mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix horizontal scrollbar due to status bar negative margin
This commit is contained in:
parent
ad064602a5
commit
a12e14c282
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue