diff --git a/index.html b/index.html index 08672c0..9f8020e 100644 --- a/index.html +++ b/index.html @@ -74,11 +74,16 @@ * FSMDocument tabs */ + .document-tabs-container { + overflow-x: auto; + } + #document-tabs { list-style: none; padding: 0; margin: 0; height: 44px; + white-space: nowrap; } #document-tabs .document-tab { @@ -86,6 +91,7 @@ border: 1px solid rgba(0, 0, 0, .33); margin: 0; padding: 8px 16px; + cursor: pointer; } #document-tabs .document-tab:first-child { @@ -204,13 +210,15 @@
-