mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 09:48:43 +00:00
a lil adjustment
This commit is contained in:
parent
5743a1cc6c
commit
e746d4638e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user