diff --git a/style/desktop.css b/style/desktop.css index 0a87dbb..c91408d 100644 --- a/style/desktop.css +++ b/style/desktop.css @@ -241,11 +241,14 @@ section[data-type="sidebar"] [role="toolbar"] button.active { .edit-header .tabBar { display: inline-block; + height: 100%; } .edit-header .tabBar > div { font-size: 2rem; line-height: 5rem; + -webkit-box-sizing: border-box; + box-sizing: border-box; } #edit-bar { diff --git a/style/editor.css b/style/editor.css index e077d44..542a9c8 100755 --- a/style/editor.css +++ b/style/editor.css @@ -1,7 +1,7 @@ .editor-container { padding: 0; margin: 0; - overflow: scroll; + overflow: auto; position: relative; } diff --git a/style/tabs.css b/style/tabs.css index 8159154..8e2933a 100755 --- a/style/tabs.css +++ b/style/tabs.css @@ -27,6 +27,7 @@ transition: all .4s; } -[role="tabs"] [role="tab"].selected-tab { +.current [role="tabs"] [role="tab"].selected-tab, +.parent [role="tabs"] [role="tab"].selected-tab { visibility: visible; }