diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-04 14:40:59 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-04 14:40:59 -0500 |
| commit | 1e23a0cced1aeafa81843a82cd8208e0f8713a67 (patch) | |
| tree | c4fec26cb15940b62f3a2e941315105172da2aee /src/client/views/MainView.scss | |
| parent | 5a9b1a453426df073b0ca43b54331d795ffea365 (diff) | |
fixed scrolling tabs in docking view. fixed createanydoc tool description array
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 2170e0c34..e01e92101 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -1,5 +1,5 @@ @use 'global/globalCssVariables.module.scss' as global; -// bcz: fix @import 'nodeModuleOverrides'; +@import 'nodeModuleOverrides'; html { overscroll-behavior-x: none; } |
