Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(tabs): fix positioning absolute/fixed elements inside md-tab-content
Browse files Browse the repository at this point in the history
closes #4613
  • Loading branch information
rschmukler committed Nov 5, 2015
1 parent 0018fe9 commit 65e15bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tabs/tabs.scss
Expand Up @@ -185,7 +185,6 @@ md-tab-content {
left: 0;
right: 0;
bottom: 0;
transform: translateX(0);
transition: transform $swift-ease-in-out-duration $swift-ease-in-out-timing-function;
overflow: auto;
&.md-no-scroll {
Expand Down

0 comments on commit 65e15bf

Please sign in to comment.