mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
Merge pull request #1006 from fish-404/main
fix: nodes over window in short display
This commit is contained in:
commit
4bf5be345b
1 changed files with 5 additions and 0 deletions
|
@ -340,6 +340,11 @@ div.canvasTerminalHolder > div.terminal-window-holder {
|
|||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
||||
div.canvasTerminalHolder > div.terminal-window-holder div.inside svg {
|
||||
top: unset !important;
|
||||
}
|
||||
|
||||
/* Toolbar */
|
||||
div.toolbar {
|
||||
/* borrowed from try.github.com along with a bunch of other things */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue