diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-02-09 16:06:26 +0100 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2023-02-09 15:09:06 +0000 |
| commit | 301220d75c021e2d267729ed72c2f03e274605d7 (patch) | |
| tree | c65d48e0d65b831bb7b5feb9b86905e954e6579d /resources/assets/stylesheets | |
| parent | 0e470d8e7ef10f7afaeb5522be0617bfde47f4a4 (diff) | |
fix animation and positioning of toc in fullscreenbiest-2131
Diffstat (limited to 'resources/assets/stylesheets')
| -rw-r--r-- | resources/assets/stylesheets/scss/responsive.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 9267c8d..3408408 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -445,7 +445,6 @@ $sidebarOut: -330px; margin-top: 4px; .cw-ribbon-tools { - right: 0; top: 4px; .cw-tabs-nav { @@ -646,10 +645,16 @@ $sidebarOut: -330px; .cw-ribbon-consume { position: unset; + width: 100%; .cw-ribbon-consume-bottom { height: unset; } + + .cw-ribbon-tools { + position: absolute; + top: 25px; + } } } } |
