modules_core/style/hypertabs.mcssView |
---|
32 | 32 … | |
33 | 33 … | -selected { |
34 | 34 … | color: #222 |
35 | 35 … | background-color: #fff |
36 | | - /* border: 1px #bababa solid */ |
37 | | - border-bottom: none |
38 | 36 … | |
39 | 37 … | a.close { |
40 | 38 … | visibility: visible |
41 | 39 … | } |
80 | 78 … | |
81 | 79 … | section.content { |
82 | 80 … | display: flex |
83 | 81 … | |
84 | | - height: 100% /* needed to stop scroller blowing out */ |
| 82 … | + height: 100% /* needed to stop making nav weird */ |
85 | 83 … | |
86 | 84 … | div.page { |
87 | 85 … | flex-grow: 1 |
88 | 86 … | |
89 | | - display: flex /* hack to get give Scroller context it's needed */ |
| 87 … | + display: flex /*hack to get give Scroller context it needs */ |
90 | 88 … | |
91 | 89 … | padding-top: .2rem |
92 | 90 … | } |
93 | 91 … | } |