mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Feature: Show scrollbars in released and preview pages (#5420)
Co-authored-by: Ashwath Bharadwaj <ashwathbharadwaj@Ashwaths-MacBook-Pro.local>
This commit is contained in:
parent
22e2ae39b8
commit
4b41889821
1 changed files with 1 additions and 2 deletions
|
|
@ -556,13 +556,12 @@ button {
|
|||
padding: 0px 10px;
|
||||
|
||||
.canvas-container {
|
||||
scrollbar-width: none;
|
||||
scrollbar-width: auto;
|
||||
width: 100%;
|
||||
// margin-left: 10%;
|
||||
}
|
||||
|
||||
.canvas-container::-webkit-scrollbar {
|
||||
width: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue