Merge pull request #13358 from Budibase/fix/drawer-overflow

Fix additional scrollbar appearing when hiding binding panels
This commit is contained in:
Andrew Kingston 2024-03-27 09:21:49 +00:00 committed by GitHub
commit ddd7ab0686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@
<style>
.binding-panel {
height: 100%;
overflow: hidden;
}
.binding-panel,
.tabs {