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

Commit

Permalink
fix(tabs): corrects css bug with tab-data positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed May 11, 2015
1 parent dcb12a7 commit a8fd0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $tabs-header-height: 48px !default;
}

md-tab-data {
position: relative;
position: absolute;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit a8fd0f4

Please sign in to comment.