mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: mobile toggle was hidden (#5353)
This commit is contained in:
parent
7f8cf797f5
commit
4d78f830b7
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ button {
|
|||
}
|
||||
|
||||
.editor-sidebar {
|
||||
height: 100%;
|
||||
height: calc(100% - 45px);
|
||||
position: fixed;
|
||||
right: 0;
|
||||
overflow-x: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue