a lil adjustment

This commit is contained in:
Peter Olu 2022-04-28 05:20:16 +01:00
parent 5743a1cc6c
commit e746d4638e

View File

@ -89,7 +89,7 @@ limitations under the License. -->
> >
<div <div
ref="tabObserveContainer" ref="tabObserveContainer"
class="scroll-snap-container" class="scroll-tab-container"
v-if="dashboardStore.fullView" v-if="dashboardStore.fullView"
> >
<div <div
@ -402,7 +402,7 @@ export default defineComponent({
.tab-layout::-webkit-scrollbar { .tab-layout::-webkit-scrollbar {
display: none !important; display: none !important;
} }
.scroll-snap-container { .scroll-tab-container {
position: relative; position: relative;
height: 80vh; height: 80vh;
display: block; display: block;
@ -412,10 +412,10 @@ export default defineComponent({
perspective: 1000; perspective: 1000;
overflow: hidden; overflow: hidden;
} }
.scroll-snap-container::-webkit-scrollbar { .scroll-tab-container::-webkit-scrollbar {
display: none; display: none;
} }
.scroll-snap-container { .scroll-tab-container {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
} }