Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 65e15bf

Browse files
committed
fix(tabs): fix positioning absolute/fixed elements inside md-tab-content
closes #4613
1 parent 0018fe9 commit 65e15bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/tabs/tabs.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ md-tab-content {
185185
left: 0;
186186
right: 0;
187187
bottom: 0;
188-
transform: translateX(0);
189188
transition: transform $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
190189
overflow: auto;
191190
&.md-no-scroll {

0 commit comments

Comments
 (0)