mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 13:58:19 +02:00
fix: nodes over goal window in short display
This commit is contained in:
parent
90f8eade28
commit
f696a92eac
1 changed files with 5 additions and 0 deletions
|
@ -340,6 +340,11 @@ div.canvasTerminalHolder > div.terminal-window-holder {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.canvasTerminalHolder > div.terminal-window-holder div.inside svg {
|
||||||
|
top: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
div.toolbar {
|
div.toolbar {
|
||||||
/* borrowed from try.github.com along with a bunch of other things */
|
/* borrowed from try.github.com along with a bunch of other things */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue