Browse Source

fix: use important to avoid typesense override

pull/7889/head
mertmit 8 months ago
parent
commit
75c7819fff
  1. 6
      packages/nc-gui/assets/style.scss

6
packages/nc-gui/assets/style.scss

@ -65,7 +65,7 @@ main {
}
.nc-scrollbar-md {
overflow-y: auto;
overflow-y: auto !important;
overflow-x: hidden;
scrollbar-width: thin !important;
@ -89,7 +89,7 @@ main {
}
.nc-scrollbar-lg {
overflow-y: auto;
overflow-y: auto !important;
overflow-x: hidden;
scrollbar-width: thin !important;
@ -141,7 +141,7 @@ main {
}
.nc-scrollbar-dark-md {
overflow-y: auto;
overflow-y: auto !important;
overflow-x: hidden;
scrollbar-width: thin !important;

Loading…
Cancel
Save