From 8a38a10d16a20b59f3c68b607a02673b201661c7 Mon Sep 17 00:00:00 2001 From: raphaelpieroni Date: Tue, 11 May 2021 21:18:07 +0200 Subject: [PATCH] Fix scrolling removal to affect RDD sheets only --- styles/simple.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 7f6d085e..ace91dcf 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -322,11 +322,11 @@ table {border: 1px solid #7a7971;} height: 100%; } -.sheet .window-content {overflow: hidden;} -.sheet .window-content .sheet-header {overflow: hidden;} -.sheet .window-content .sheet-tabs {overflow: hidden;} -.sheet .window-content .sheet-body {overflow-y: scroll;} -.sheet .window-content .sheet-body .tab {padding-bottom: 30px;} +.rdd.sheet .window-content {overflow: hidden;} +.rdd.sheet .window-content .sheet-header {overflow: hidden;} +.rdd.sheet .window-content .sheet-tabs {overflow: hidden;} +.rdd.sheet .window-content .sheet-body {overflow-y: scroll;} +.rdd.sheet .window-content .sheet-body .tab {padding-bottom: 30px;} .editor { border: 2;