From c4d333eb94ae4f924853b6c773319a58cb322397 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 11 Feb 2025 19:06:54 +0100 Subject: [PATCH] #7241 --- style/fluidbook.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 4990fb4f..7bddfe12 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1615,6 +1615,7 @@ html.ios body.portrait #interface { &.displayArea { -webkit-tap-highlight-color: @links-area-color; background-color: fadeout(@links-color, 99.999%); + border-radius: unit(@links-rounded-corners*2, px); &.animating { background-color: @links-area-color; -- 2.39.5